#36882C

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

Shades of Bilbao #36882C

Tints of Bilbao #36882C

Color information

#36882C (or 0x36882C) is unknown color: approx Bilbao. HEX triplet: 36, 88 and 2C. RGB value is (54,136,44). Sum of RGB (Red+Green+Blue) = 54+136+44=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 136 (53.52% from 255 or 58.12% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 136 - color contains mainly: green. Hex color #36882C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36882C is #C977D3. Grayscale: #656565. Windows color (decimal): -13203412 or 2918454. OLE color: 2918454.

HSL color Cylindrical-coordinate representation of color #36882C: hue angle of 113.48º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #36882C is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB5413644-
CMYK0.6000.680.47
HSL113.48º51.11%35.29%-
HSV(B)113.48º67.65%53.33%-
XYZ10.7818.575.4-
YUV100.9995.8394.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.08%
GREEN value IS 136 (53.52% from 255) = 58.12%
BLUE value IS 44 (17.58% from 255) = 18.80%
R=23.08%
G=58.12%
B=18.80%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54136440.6000.680.47113.4851.1135.29
Hex36882C3C0442F713323
Octal6621054740104571616343
Binary11011010001000101100111100010001001011111110001110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36882C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36882C; }

 p { color: rgb(54,136,44); }

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

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

 a { background-color: rgb(54,136,44); }

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

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

 span { border-color: rgb(54,136,44); }

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