#366918

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

Shades of Bilbao #366918

Tints of Bilbao #366918

Color information

#366918 (or 0x366918) is unknown color: approx Bilbao. HEX triplet: 36, 69 and 18. RGB value is (54,105,24). Sum of RGB (Red+Green+Blue) = 54+105+24=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 105 (41.41% from 255 or 57.38% from 183); Blue value is 24 (9.77% from 255 or 13.11% from 183); Max value from RGB is 105 - color contains mainly: green. Hex color #366918 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366918 is #C996E7. Grayscale: #505050. Windows color (decimal): -13211368 or 1599798. OLE color: 1599798.

HSL color Cylindrical-coordinate representation of color #366918: hue angle of 97.78º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #366918 is Cyan = 0.49, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB5410524-
CMYK0.4900.770.59
HSL97.78º62.79%25.29%-
HSV(B)97.78º77.14%41.18%-
XYZ6.7410.952.62-
YUV80.5296.1109.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.51%
GREEN value IS 105 (41.41% from 255) = 57.38%
BLUE value IS 24 (9.77% from 255) = 13.11%
R=29.51%
G=57.38%
B=13.11%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54105240.4900.770.5997.7862.7925.29
Hex3669183104D3B623f19
Octal6615130610115731427731
Binary11011011010011100011000101001101111011110001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366918; }

 p { color: rgb(54,105,24); }

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

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

 a { background-color: rgb(54,105,24); }

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

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

 span { border-color: rgb(54,105,24); }

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