#366F08

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

Shades of Bilbao #366F08

Tints of Bilbao #366F08

Color information

#366F08 (or 0x366F08) is unknown color: approx Bilbao. HEX triplet: 36, 6F and 08. RGB value is (54,111,8). Sum of RGB (Red+Green+Blue) = 54+111+8=173 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.21% from 173); Green value is 111 (43.75% from 255 or 64.16% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 111 - color contains mainly: green. Hex color #366F08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366F08 is #C990F7. Grayscale: #525252. Windows color (decimal): -13209848 or 552758. OLE color: 552758.

HSL color Cylindrical-coordinate representation of color #366F08: hue angle of 93.2º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #366F08 is Cyan = 0.51, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB541118-
CMYK0.5100.930.56
HSL93.2º86.55%23.33%-
HSV(B)93.2º92.79%43.53%-
XYZ7.2512.172.2-
YUV82.2286.12107.88-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.21%
GREEN value IS 111 (43.75% from 255) = 64.16%
BLUE value IS 8 (3.52% from 255) = 4.62%
R=31.21%
G=64.16%
B=4.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5411180.5100.930.5693.286.5523.33
Hex366F83305D385d5717
Octal66157106301357013512727
Binary11011011011111000110011010111011110001011101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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