#053D17

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

Shades of Deep Fir #053D17

Tints of Deep Fir #053D17

Color information

#053D17 (or 0x053D17) is unknown color: approx Deep Fir. HEX triplet: 05, 3D and 17. RGB value is (5,61,23). Sum of RGB (Red+Green+Blue) = 5+61+23=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 61 (24.22% from 255 or 68.54% from 89); Blue value is 23 (9.38% from 255 or 25.84% from 89); Max value from RGB is 61 - color contains mainly: green. Hex color #053D17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053D17 is #FAC2E8. Grayscale: #282828. Windows color (decimal): -16433897 or 1522949. OLE color: 1522949.

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

Color convert

RGB56123-
CMYK0.9200.620.76
HSL139.29º84.85%12.94%-
HSV(B)139.29º91.8%23.92%-
XYZ1.893.431.37-
YUV39.92118.45103.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.62%
GREEN value IS 61 (24.22% from 255) = 68.54%
BLUE value IS 23 (9.38% from 255) = 25.84%
R=5.62%
G=68.54%
B=25.84%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal561230.9200.620.76139.2984.8512.94
Hex53D175C03E4C8b55d
Octal5752713407611421312515
Binary101111101101111011100011111010011001000101110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,61,23); }

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

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

 a { background-color: rgb(5,61,23); }

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

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

 span { border-color: rgb(5,61,23); }

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