#378E08

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

Shades of Bilbao #378E08

Tints of Bilbao #378E08

Color information

#378E08 (or 0x378E08) is unknown color: approx Bilbao. HEX triplet: 37, 8E and 08. RGB value is (55,142,8). Sum of RGB (Red+Green+Blue) = 55+142+8=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 142 (55.86% from 255 or 69.27% from 205); Blue value is 8 (3.52% from 255 or 3.90% from 205); Max value from RGB is 142 - color contains mainly: green. Hex color #378E08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378E08 is #C871F7. Grayscale: #656565. Windows color (decimal): -13136376 or 560695. OLE color: 560695.

HSL color Cylindrical-coordinate representation of color #378E08: hue angle of 98.96º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #378E08 is Cyan = 0.61, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB551428-
CMYK0.6100.940.44
HSL98.96º89.33%29.41%-
HSV(B)98.96º94.37%55.69%-
XYZ11.2920.183.53-
YUV100.7175.6895.4-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.83%
GREEN value IS 142 (55.86% from 255) = 69.27%
BLUE value IS 8 (3.52% from 255) = 3.90%
R=26.83%
G=69.27%
B=3.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5514280.6100.940.4498.9689.3329.41
Hex378E83D05E2C63591d
Octal67216107501365414313135
Binary110111100011101000111101010111101011001100011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378E08; }

 p { color: rgb(55,142,8); }

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

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

 a { background-color: rgb(55,142,8); }

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

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

 span { border-color: rgb(55,142,8); }

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