#053D11

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

Shades of Deep Fir #053D11

Tints of Deep Fir #053D11

Color information

#053D11 (or 0x053D11) is unknown color: approx Deep Fir. HEX triplet: 05, 3D and 11. RGB value is (5,61,17). Sum of RGB (Red+Green+Blue) = 5+61+17=83 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.02% from 83); Green value is 61 (24.22% from 255 or 73.49% from 83); Blue value is 17 (7.03% from 255 or 20.48% from 83); Max value from RGB is 61 - color contains mainly: green. Hex color #053D11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053D11 is #FAC2EE. Grayscale: #272727. Windows color (decimal): -16433903 or 1129733. OLE color: 1129733.

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

Color convert

RGB56117-
CMYK0.9200.720.76
HSL132.86º84.85%12.94%-
HSV(B)132.86º91.8%23.92%-
XYZ1.833.411.09-
YUV39.24115.45103.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.02%
GREEN value IS 61 (24.22% from 255) = 73.49%
BLUE value IS 17 (7.03% from 255) = 20.48%
R=6.02%
G=73.49%
B=20.48%

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
Decimal561170.9200.720.76132.8684.8512.94
Hex53D115C0484C8555d
Octal57521134011011420512515
Binary1011111011000110111000100100010011001000010110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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