#053E0E

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

Shades of Deep Fir #053E0E

Tints of Deep Fir #053E0E

Color information

#053E0E (or 0x053E0E) is unknown color: approx Deep Fir. HEX triplet: 05, 3E and 0E. RGB value is (5,62,14). Sum of RGB (Red+Green+Blue) = 5+62+14=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 62 (24.61% from 255 or 76.54% from 81); Blue value is 14 (5.86% from 255 or 17.28% from 81); Max value from RGB is 62 - color contains mainly: green. Hex color #053E0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053E0E is #FAC1F1. Grayscale: #272727. Windows color (decimal): -16433650 or 933381. OLE color: 933381.

HSL color Cylindrical-coordinate representation of color #053E0E: hue angle of 129.47º 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 #053E0E is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.76.

Color convert

RGB56214-
CMYK0.9200.770.76
HSL129.47º85.07%13.14%-
HSV(B)129.47º91.94%24.31%-
XYZ1.863.510.99-
YUV39.48113.62103.4-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.17%
GREEN value IS 62 (24.61% from 255) = 76.54%
BLUE value IS 14 (5.86% from 255) = 17.28%
R=6.17%
G=76.54%
B=17.28%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal562140.9200.770.76129.4785.0713.14
Hex53EE5C04D4C8155d
Octal57616134011511420112515
Binary101111110111010111000100110110011001000000110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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