#053D10

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

Shades of Deep Fir #053D10

Tints of Deep Fir #053D10

Color information

#053D10 (or 0x053D10) is unknown color: approx Deep Fir. HEX triplet: 05, 3D and 10. RGB value is (5,61,16). Sum of RGB (Red+Green+Blue) = 5+61+16=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 61 (24.22% from 255 or 74.39% from 82); Blue value is 16 (6.64% from 255 or 19.51% from 82); Max value from RGB is 61 - color contains mainly: green. Hex color #053D10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053D10 is #FAC2EF. Grayscale: #272727. Windows color (decimal): -16433904 or 1064197. OLE color: 1064197.

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

Color convert

RGB56116-
CMYK0.9200.740.76
HSL131.79º84.85%12.94%-
HSV(B)131.79º91.8%23.92%-
XYZ1.823.411.05-
YUV39.13114.95103.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.10%
GREEN value IS 61 (24.22% from 255) = 74.39%
BLUE value IS 16 (6.64% from 255) = 19.51%
R=6.10%
G=74.39%
B=19.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal561160.9200.740.76131.7984.8512.94
Hex53D105C04A4C8455d
Octal57520134011211420412515
Binary1011111011000010111000100101010011001000010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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