#053E11

Color #053E11 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #053E11

Tints of Deep Fir #053E11

Color information

#053E11 (or 0x053E11) is unknown color: approx Deep Fir. HEX triplet: 05, 3E and 11. RGB value is (5,62,17). Sum of RGB (Red+Green+Blue) = 5+62+17=84 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.95% from 84); Green value is 62 (24.61% from 255 or 73.81% from 84); Blue value is 17 (7.03% from 255 or 20.24% from 84); Max value from RGB is 62 - color contains mainly: green. Hex color #053E11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053E11 is #FAC1EE. Grayscale: #272727. Windows color (decimal): -16433647 or 1129989. OLE color: 1129989.

HSL color Cylindrical-coordinate representation of color #053E11: hue angle of 132.63º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053E11 is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.76.

Color convert

RGB56217-
CMYK0.9200.730.76
HSL132.63º85.07%13.14%-
HSV(B)132.63º91.94%24.31%-
XYZ1.893.521.11-
YUV39.83115.12103.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.95%
GREEN value IS 62 (24.61% from 255) = 73.81%
BLUE value IS 17 (7.03% from 255) = 20.24%
R=5.95%
G=73.81%
B=20.24%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal562170.9200.730.76132.6385.0713.14
Hex53E115C0494C8555d
Octal57621134011111420512515
Binary1011111101000110111000100100110011001000010110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053E11; }

 p { color: rgb(5,62,17); }

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

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

 a { background-color: rgb(5,62,17); }

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

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

 span { border-color: rgb(5,62,17); }

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