#053A16

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

Shades of Deep Fir #053A16

Tints of Deep Fir #053A16

Color information

#053A16 (or 0x053A16) is unknown color: approx Deep Fir. HEX triplet: 05, 3A and 16. RGB value is (5,58,22). Sum of RGB (Red+Green+Blue) = 5+58+22=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 58 (23.05% from 255 or 68.24% from 85); Blue value is 22 (8.98% from 255 or 25.88% from 85); Max value from RGB is 58 - color contains mainly: green. Hex color #053A16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053A16 is #FAC5E9. Grayscale: #262626. Windows color (decimal): -16434666 or 1456645. OLE color: 1456645.

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

Color convert

RGB55822-
CMYK0.9100.620.77
HSL139.25º84.13%12.35%-
HSV(B)139.25º91.38%22.75%-
XYZ1.723.121.27-
YUV38.05118.94104.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.88%
GREEN value IS 58 (23.05% from 255) = 68.24%
BLUE value IS 22 (8.98% from 255) = 25.88%
R=5.88%
G=68.24%
B=25.88%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal558220.9100.620.77139.2584.1312.35
Hex53A165B03E4D8b54c
Octal5722613307611521312414
Binary101111010101101011011011111010011011000101110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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