#053F15

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

Shades of Deep Fir #053F15

Tints of Deep Fir #053F15

Color information

#053F15 (or 0x053F15) is unknown color: approx Deep Fir. HEX triplet: 05, 3F and 15. RGB value is (5,63,21). Sum of RGB (Red+Green+Blue) = 5+63+21=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 63 (25% from 255 or 70.79% from 89); Blue value is 21 (8.59% from 255 or 23.60% from 89); Max value from RGB is 63 - color contains mainly: green. Hex color #053F15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053F15 is #FAC0EA. Grayscale: #282828. Windows color (decimal): -16433387 or 1392389. OLE color: 1392389.

HSL color Cylindrical-coordinate representation of color #053F15: hue angle of 136.55º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053F15 is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB56321-
CMYK0.9200.670.75
HSL136.55º85.29%13.33%-
HSV(B)136.55º92.06%24.71%-
XYZ1.983.641.31-
YUV40.87116.78102.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.62%
GREEN value IS 63 (25% from 255) = 70.79%
BLUE value IS 21 (8.59% from 255) = 23.60%
R=5.62%
G=70.79%
B=23.60%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal563210.9200.670.75136.5585.2913.33
Hex53F155C0434B8955d
Octal57725134010311321112515
Binary1011111111010110111000100001110010111000100110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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