#366C08

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

Shades of Bilbao #366C08

Tints of Bilbao #366C08

Color information

#366C08 (or 0x366C08) is unknown color: approx Bilbao. HEX triplet: 36, 6C and 08. RGB value is (54,108,8). Sum of RGB (Red+Green+Blue) = 54+108+8=170 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.76% from 170); Green value is 108 (42.58% from 255 or 63.53% from 170); Blue value is 8 (3.52% from 255 or 4.71% from 170); Max value from RGB is 108 - color contains mainly: green. Hex color #366C08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366C08 is #C993F7. Grayscale: #505050. Windows color (decimal): -13210616 or 551990. OLE color: 551990.

HSL color Cylindrical-coordinate representation of color #366C08: hue angle of 92.4º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #366C08 is Cyan = 0.50, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.

Color convert

RGB541088-
CMYK0.5000.930.58
HSL92.4º86.21%22.75%-
HSV(B)92.4º92.59%42.35%-
XYZ6.9311.532.09-
YUV80.4587.11109.13-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.76%
GREEN value IS 108 (42.58% from 255) = 63.53%
BLUE value IS 8 (3.52% from 255) = 4.71%
R=31.76%
G=63.53%
B=4.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5410880.5000.930.5892.486.2122.75
Hex366C83205D3A5c5617
Octal66154106201357213412627
Binary11011011011001000110010010111011110101011100101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366C08; }

 p { color: rgb(54,108,8); }

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

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

 a { background-color: rgb(54,108,8); }

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

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

 span { border-color: rgb(54,108,8); }

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