#053210

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

Shades of Deep Fir #053210

Tints of Deep Fir #053210

Color information

#053210 (or 0x053210) is unknown color: approx Deep Fir. HEX triplet: 05, 32 and 10. RGB value is (5,50,16). Sum of RGB (Red+Green+Blue) = 5+50+16=71 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.04% from 71); Green value is 50 (19.92% from 255 or 70.42% from 71); Blue value is 16 (6.64% from 255 or 22.54% from 71); Max value from RGB is 50 - color contains mainly: green. Hex color #053210 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053210 is #FACDEF. Grayscale: #202020. Windows color (decimal): -16436720 or 1061381. OLE color: 1061381.

HSL color Cylindrical-coordinate representation of color #053210: hue angle of 134.67º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053210 is Cyan = 0.90, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.80.

Color convert

RGB55016-
CMYK0.9000.680.80
HSL134.67º81.82%10.78%-
HSV(B)134.67º90%19.61%-
XYZ1.32.350.88-
YUV32.67118.59108.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.04%
GREEN value IS 50 (19.92% from 255) = 70.42%
BLUE value IS 16 (6.64% from 255) = 22.54%
R=7.04%
G=70.42%
B=22.54%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal550160.9000.680.80134.6781.8210.78
Hex532105A044508752b
Octal56220132010412020712213
Binary1011100101000010110100100010010100001000011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053210; }

 p { color: rgb(5,50,16); }

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

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

 a { background-color: rgb(5,50,16); }

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

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

 span { border-color: rgb(5,50,16); }

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