#366C07

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

Shades of Bilbao #366C07

Tints of Bilbao #366C07

Color information

#366C07 (or 0x366C07) is unknown color: approx Bilbao. HEX triplet: 36, 6C and 07. RGB value is (54,108,7). Sum of RGB (Red+Green+Blue) = 54+108+7=169 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.95% from 169); Green value is 108 (42.58% from 255 or 63.91% from 169); Blue value is 7 (3.12% from 255 or 4.14% from 169); Max value from RGB is 108 - color contains mainly: green. Hex color #366C07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366C07 is #C993F8. Grayscale: #505050. Windows color (decimal): -13210617 or 486454. OLE color: 486454.

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

Color convert

RGB541087-
CMYK0.5000.940.58
HSL92.08º87.83%22.55%-
HSV(B)92.08º93.52%42.35%-
XYZ6.9211.522.06-
YUV80.3486.61109.21-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.95%
GREEN value IS 108 (42.58% from 255) = 63.91%
BLUE value IS 7 (3.12% from 255) = 4.14%
R=31.95%
G=63.91%
B=4.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5410870.5000.940.5892.0887.8322.55
Hex366C73205E3A5c5817
Octal6615476201367213413027
Binary1101101101100111110010010111101110101011100101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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