#36821E

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

Shades of Bilbao #36821E

Tints of Bilbao #36821E

Color information

#36821E (or 0x36821E) is unknown color: approx Bilbao. HEX triplet: 36, 82 and 1E. RGB value is (54,130,30). Sum of RGB (Red+Green+Blue) = 54+130+30=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 130 (51.17% from 255 or 60.75% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 130 - color contains mainly: green. Hex color #36821E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36821E is #C97DE1. Grayscale: #606060. Windows color (decimal): -13204962 or 1999414. OLE color: 1999414.

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

Color convert

RGB5413030-
CMYK0.5800.770.49
HSL105.6º62.5%31.37%-
HSV(B)105.6º76.92%50.98%-
XYZ9.7416.843.97-
YUV95.8890.8298.13-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.23%
GREEN value IS 130 (51.17% from 255) = 60.75%
BLUE value IS 30 (12.11% from 255) = 14.02%
R=25.23%
G=60.75%
B=14.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54130300.5800.770.49105.662.531.37
Hex36821E3A04D316a3e1f
Octal6620236720115611527637
Binary110110100000101111011101001001101110001110101011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36821E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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