#053F14

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

Shades of Deep Fir #053F14

Tints of Deep Fir #053F14

Color information

#053F14 (or 0x053F14) is unknown color: approx Deep Fir. HEX triplet: 05, 3F and 14. RGB value is (5,63,20). Sum of RGB (Red+Green+Blue) = 5+63+20=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 63 (25% from 255 or 71.59% from 88); Blue value is 20 (8.20% from 255 or 22.73% from 88); Max value from RGB is 63 - color contains mainly: green. Hex color #053F14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053F14 is #FAC0EB. Grayscale: #282828. Windows color (decimal): -16433388 or 1326853. OLE color: 1326853.

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

Color convert

RGB56320-
CMYK0.9200.680.75
HSL135.52º85.29%13.33%-
HSV(B)135.52º92.06%24.71%-
XYZ1.973.641.26-
YUV40.76116.28102.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.68%
GREEN value IS 63 (25% from 255) = 71.59%
BLUE value IS 20 (8.20% from 255) = 22.73%
R=5.68%
G=71.59%
B=22.73%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal563200.9200.680.75135.5285.2913.33
Hex53F145C0444B8855d
Octal57724134010411321012515
Binary1011111111010010111000100010010010111000100010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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