#378900

Color #378900 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #378900

Tints of Bilbao #378900

Color information

#378900 (or 0x378900) is unknown color: approx Bilbao. HEX triplet: 37, 89 and 00. RGB value is (55,137,0). Sum of RGB (Red+Green+Blue) = 55+137+0=192 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.65% from 192); Green value is 137 (53.91% from 255 or 71.35% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 137 - color contains mainly: green. Hex color #378900 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378900 is #C876FF. Grayscale: #616161. Windows color (decimal): -13137664 or 35127. OLE color: 35127.

HSL color Cylindrical-coordinate representation of color #378900: hue angle of 95.91º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #378900 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB551370-
CMYK0.60010.46
HSL95.91º100%26.86%-
HSV(B)95.91º100%53.73%-
XYZ10.5218.73.06-
YUV96.8673.3398.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 28.65%
GREEN value IS 137 (53.91% from 255) = 71.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=28.65%
G=71.35%
B=0%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5513700.60010.4695.9110026.86
Hex378903C0642E60641b
Octal6721107401445614014433
Binary110111100010010111100011001001011101100000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378900; }

 p { color: rgb(55,137,0); }

 H1.HeaderClassName
 {
   color: #378900;
 }
 .AnyTagClassName
 {
   color: #378900;
 }
</style>
background-color css

<style>
 a { background-color: #378900; }

 a { background-color: rgb(55,137,0); }

 div.DivClassName
 {
   background-color: #378900;
 }
 .BgClassName
 {
   background-color: #378900;
 }
</style>
border-color css

<style>
 span { border-color: #378900; }

 span { border-color: rgb(55,137,0); }

 td.TdClassName
 {
   border-color: #378900;
 }
 .TagClassName
 {
   border-color: #378900;
 }
</style>