#053F12

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

Shades of Deep Fir #053F12

Tints of Deep Fir #053F12

Color information

#053F12 (or 0x053F12) is unknown color: approx Deep Fir. HEX triplet: 05, 3F and 12. RGB value is (5,63,18). Sum of RGB (Red+Green+Blue) = 5+63+18=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 63 (25% from 255 or 73.26% from 86); Blue value is 18 (7.42% from 255 or 20.93% from 86); Max value from RGB is 63 - color contains mainly: green. Hex color #053F12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053F12 is #FAC0ED. Grayscale: #282828. Windows color (decimal): -16433390 or 1195781. OLE color: 1195781.

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

Color convert

RGB56318-
CMYK0.9200.710.75
HSL133.45º85.29%13.33%-
HSV(B)133.45º92.06%24.71%-
XYZ1.953.631.17-
YUV40.53115.28102.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.81%
GREEN value IS 63 (25% from 255) = 73.26%
BLUE value IS 18 (7.42% from 255) = 20.93%
R=5.81%
G=73.26%
B=20.93%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal563180.9200.710.75133.4585.2913.33
Hex53F125C0474B8555d
Octal57722134010711320512515
Binary1011111111001010111000100011110010111000010110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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