#366F10

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

Shades of Bilbao #366F10

Tints of Bilbao #366F10

Color information

#366F10 (or 0x366F10) is unknown color: approx Bilbao. HEX triplet: 36, 6F and 10. RGB value is (54,111,16). Sum of RGB (Red+Green+Blue) = 54+111+16=181 (23% of max value = 765). Red value is 54 (21.48% from 255 or 29.83% from 181); Green value is 111 (43.75% from 255 or 61.33% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 111 - color contains mainly: green. Hex color #366F10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366F10 is #C990EF. Grayscale: #535353. Windows color (decimal): -13209840 or 1077046. OLE color: 1077046.

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

Color convert

RGB5411116-
CMYK0.5100.860.56
HSL96º74.8%24.9%-
HSV(B)96º85.59%43.53%-
XYZ7.312.192.46-
YUV83.1390.12107.22-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.83%
GREEN value IS 111 (43.75% from 255) = 61.33%
BLUE value IS 16 (6.64% from 255) = 8.84%
R=29.83%
G=61.33%
B=8.84%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54111160.5100.860.569674.824.9
Hex366F103305638604b19
Octal66157206301267014011331
Binary110110110111110000110011010101101110001100000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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