#053E10

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

Shades of Deep Fir #053E10

Tints of Deep Fir #053E10

Color information

#053E10 (or 0x053E10) is unknown color: approx Deep Fir. HEX triplet: 05, 3E and 10. RGB value is (5,62,16). Sum of RGB (Red+Green+Blue) = 5+62+16=83 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.02% from 83); Green value is 62 (24.61% from 255 or 74.70% from 83); Blue value is 16 (6.64% from 255 or 19.28% from 83); Max value from RGB is 62 - color contains mainly: green. Hex color #053E10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053E10 is #FAC1EF. Grayscale: #272727. Windows color (decimal): -16433648 or 1064453. OLE color: 1064453.

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

Color convert

RGB56216-
CMYK0.9200.740.76
HSL131.58º85.07%13.14%-
HSV(B)131.58º91.94%24.31%-
XYZ1.883.511.07-
YUV39.71114.62103.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.02%
GREEN value IS 62 (24.61% from 255) = 74.70%
BLUE value IS 16 (6.64% from 255) = 19.28%
R=6.02%
G=74.70%
B=19.28%

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
Decimal562160.9200.740.76131.5885.0713.14
Hex53E105C04A4C8455d
Octal57620134011211420412515
Binary1011111101000010111000100101010011001000010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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