#053A13

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

Shades of Deep Fir #053A13

Tints of Deep Fir #053A13

Color information

#053A13 (or 0x053A13) is unknown color: approx Deep Fir. HEX triplet: 05, 3A and 13. RGB value is (5,58,19). Sum of RGB (Red+Green+Blue) = 5+58+19=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 58 (23.05% from 255 or 70.73% from 82); Blue value is 19 (7.81% from 255 or 23.17% from 82); Max value from RGB is 58 - color contains mainly: green. Hex color #053A13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053A13 is #FAC5EC. Grayscale: #252525. Windows color (decimal): -16434669 or 1260037. OLE color: 1260037.

HSL color Cylindrical-coordinate representation of color #053A13: hue angle of 135.85º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053A13 is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.77.

Color convert

RGB55819-
CMYK0.9100.670.77
HSL135.85º84.13%12.35%-
HSV(B)135.85º91.38%22.75%-
XYZ1.693.111.13-
YUV37.71117.44104.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.10%
GREEN value IS 58 (23.05% from 255) = 70.73%
BLUE value IS 19 (7.81% from 255) = 23.17%
R=6.10%
G=70.73%
B=23.17%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal558190.9100.670.77135.8584.1312.35
Hex53A135B0434D8854c
Octal57223133010311521012414
Binary1011110101001110110110100001110011011000100010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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