#053A15

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

Shades of Deep Fir #053A15

Tints of Deep Fir #053A15

Color information

#053A15 (or 0x053A15) is unknown color: approx Deep Fir. HEX triplet: 05, 3A and 15. RGB value is (5,58,21). Sum of RGB (Red+Green+Blue) = 5+58+21=84 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.95% from 84); Green value is 58 (23.05% from 255 or 69.05% from 84); Blue value is 21 (8.59% from 255 or 25% from 84); Max value from RGB is 58 - color contains mainly: green. Hex color #053A15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053A15 is #FAC5EA. Grayscale: #262626. Windows color (decimal): -16434667 or 1391109. OLE color: 1391109.

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

Color convert

RGB55821-
CMYK0.9100.640.77
HSL138.11º84.13%12.35%-
HSV(B)138.11º91.38%22.75%-
XYZ1.713.111.22-
YUV37.93118.44104.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.95%
GREEN value IS 58 (23.05% from 255) = 69.05%
BLUE value IS 21 (8.59% from 255) = 25%
R=5.95%
G=69.05%
B=25%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal558210.9100.640.77138.1184.1312.35
Hex53A155B0404D8a54c
Octal57225133010011521212414
Binary1011110101010110110110100000010011011000101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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