#368E09

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

Shades of Bilbao #368E09

Tints of Bilbao #368E09

Color information

#368E09 (or 0x368E09) is unknown color: approx Bilbao. HEX triplet: 36, 8E and 09. RGB value is (54,142,9). Sum of RGB (Red+Green+Blue) = 54+142+9=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 142 (55.86% from 255 or 69.27% from 205); Blue value is 9 (3.91% from 255 or 4.39% from 205); Max value from RGB is 142 - color contains mainly: green. Hex color #368E09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368E09 is #C971F6. Grayscale: #646464. Windows color (decimal): -13201911 or 626230. OLE color: 626230.

HSL color Cylindrical-coordinate representation of color #368E09: hue angle of 99.7º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #368E09 is Cyan = 0.62, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB541429-
CMYK0.6200.940.44
HSL99.7º88.08%29.61%-
HSV(B)99.7º93.66%55.69%-
XYZ11.2420.153.56-
YUV100.5376.3594.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.34%
GREEN value IS 142 (55.86% from 255) = 69.27%
BLUE value IS 9 (3.91% from 255) = 4.39%
R=26.34%
G=69.27%
B=4.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5414290.6200.940.4499.788.0829.61
Hex368E93E05E2C64581e
Octal66216117601365414413036
Binary110110100011101001111110010111101011001100100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368E09; }

 p { color: rgb(54,142,9); }

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

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

 a { background-color: rgb(54,142,9); }

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

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

 span { border-color: rgb(54,142,9); }

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