#053516

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

Shades of Deep Fir #053516

Tints of Deep Fir #053516

Color information

#053516 (or 0x053516) is unknown color: approx Deep Fir. HEX triplet: 05, 35 and 16. RGB value is (5,53,22). Sum of RGB (Red+Green+Blue) = 5+53+22=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 53 (21.09% from 255 or 66.25% from 80); Blue value is 22 (8.98% from 255 or 27.5% from 80); Max value from RGB is 53 - color contains mainly: green. Hex color #053516 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053516 is #FACAE9. Grayscale: #232323. Windows color (decimal): -16435946 or 1455365. OLE color: 1455365.

HSL color Cylindrical-coordinate representation of color #053516: hue angle of 141.25º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053516 is Cyan = 0.91, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.79.

Color convert

RGB55322-
CMYK0.9100.580.79
HSL141.25º82.76%11.37%-
HSV(B)141.25º90.57%20.78%-
XYZ1.482.641.19-
YUV35.11120.6106.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.25%
GREEN value IS 53 (21.09% from 255) = 66.25%
BLUE value IS 22 (8.98% from 255) = 27.5%
R=6.25%
G=66.25%
B=27.5%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal553220.9100.580.79141.2582.7611.37
Hex535165B03A4F8d53b
Octal5652613307211721512313
Binary101110101101101011011011101010011111000110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053516; }

 p { color: rgb(5,53,22); }

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

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

 a { background-color: rgb(5,53,22); }

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

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

 span { border-color: rgb(5,53,22); }

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