#053C11

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

Shades of Deep Fir #053C11

Tints of Deep Fir #053C11

Color information

#053C11 (or 0x053C11) is unknown color: approx Deep Fir. HEX triplet: 05, 3C and 11. RGB value is (5,60,17). Sum of RGB (Red+Green+Blue) = 5+60+17=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 60 (23.83% from 255 or 73.17% from 82); Blue value is 17 (7.03% from 255 or 20.73% from 82); Max value from RGB is 60 - color contains mainly: green. Hex color #053C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053C11 is #FAC3EE. Grayscale: #262626. Windows color (decimal): -16434159 or 1129477. OLE color: 1129477.

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

Color convert

RGB56017-
CMYK0.9200.720.76
HSL133.09º84.62%12.75%-
HSV(B)133.09º91.67%23.53%-
XYZ1.783.31.07-
YUV38.65115.78104-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.10%
GREEN value IS 60 (23.83% from 255) = 73.17%
BLUE value IS 17 (7.03% from 255) = 20.73%
R=6.10%
G=73.17%
B=20.73%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal560170.9200.720.76133.0984.6212.75
Hex53C115C0484C8555d
Octal57421134011011420512515
Binary1011111001000110111000100100010011001000010110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,60,17); }

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

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

 a { background-color: rgb(5,60,17); }

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

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

 span { border-color: rgb(5,60,17); }

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