#053E13

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

Shades of Deep Fir #053E13

Tints of Deep Fir #053E13

Color information

#053E13 (or 0x053E13) is unknown color: approx Deep Fir. HEX triplet: 05, 3E and 13. RGB value is (5,62,19). Sum of RGB (Red+Green+Blue) = 5+62+19=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 62 (24.61% from 255 or 72.09% from 86); Blue value is 19 (7.81% from 255 or 22.09% from 86); Max value from RGB is 62 - color contains mainly: green. Hex color #053E13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053E13 is #FAC1EC. Grayscale: #282828. Windows color (decimal): -16433645 or 1261061. OLE color: 1261061.

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

Color convert

RGB56219-
CMYK0.9200.690.76
HSL134.74º85.07%13.14%-
HSV(B)134.74º91.94%24.31%-
XYZ1.93.521.2-
YUV40.05116.12103-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.81%
GREEN value IS 62 (24.61% from 255) = 72.09%
BLUE value IS 19 (7.81% from 255) = 22.09%
R=5.81%
G=72.09%
B=22.09%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal562190.9200.690.76134.7485.0713.14
Hex53E135C0454C8755d
Octal57623134010511420712515
Binary1011111101001110111000100010110011001000011110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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