#36880D

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

Shades of Bilbao #36880D

Tints of Bilbao #36880D

Color information

#36880D (or 0x36880D) is unknown color: approx Bilbao. HEX triplet: 36, 88 and 0D. RGB value is (54,136,13). Sum of RGB (Red+Green+Blue) = 54+136+13=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 136 (53.52% from 255 or 67.00% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 136 - color contains mainly: green. Hex color #36880D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #36880D is #C977F2. Grayscale: #616161. Windows color (decimal): -13203443 or 886838. OLE color: 886838.

HSL color Cylindrical-coordinate representation of color #36880D: hue angle of 100º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #36880D is Cyan = 0.60, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB5413613-
CMYK0.6000.900.47
HSL100º82.55%29.22%-
HSV(B)100º90.44%53.33%-
XYZ10.418.423.39-
YUV97.4680.3397-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.60%
GREEN value IS 136 (53.52% from 255) = 67.00%
BLUE value IS 13 (5.47% from 255) = 6.40%
R=26.60%
G=67.00%
B=6.40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54136130.6000.900.4710082.5529.22
Hex3688D3C05A2F64531d
Octal66210157401325714412335
Binary110110100010001101111100010110101011111100100101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36880D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36880D; }

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

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

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

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

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

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

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

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