#36801E

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

Shades of Bilbao #36801E

Tints of Bilbao #36801E

Color information

#36801E (or 0x36801E) is unknown color: approx Bilbao. HEX triplet: 36, 80 and 1E. RGB value is (54,128,30). Sum of RGB (Red+Green+Blue) = 54+128+30=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 128 (50.39% from 255 or 60.38% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 128 - color contains mainly: green. Hex color #36801E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36801E is #C97FE1. Grayscale: #5F5F5F. Windows color (decimal): -13205474 or 1998902. OLE color: 1998902.

HSL color Cylindrical-coordinate representation of color #36801E: hue angle of 105.31º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36801E is Cyan = 0.58, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB5412830-
CMYK0.5800.770.50
HSL105.31º62.03%30.98%-
HSV(B)105.31º76.56%50.2%-
XYZ9.4716.323.88-
YUV94.791.4898.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.47%
GREEN value IS 128 (50.39% from 255) = 60.38%
BLUE value IS 30 (12.11% from 255) = 14.15%
R=25.47%
G=60.38%
B=14.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54128300.5800.770.50105.3162.0330.98
Hex36801E3A04D32693e1f
Octal6620036720115621517637
Binary110110100000001111011101001001101110010110100111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36801E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36801E; }

 p { color: rgb(54,128,30); }

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

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

 a { background-color: rgb(54,128,30); }

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

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

 span { border-color: rgb(54,128,30); }

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