#053410

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

Shades of Deep Fir #053410

Tints of Deep Fir #053410

Color information

#053410 (or 0x053410) is unknown color: approx Deep Fir. HEX triplet: 05, 34 and 10. RGB value is (5,52,16). Sum of RGB (Red+Green+Blue) = 5+52+16=73 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.85% from 73); Green value is 52 (20.70% from 255 or 71.23% from 73); Blue value is 16 (6.64% from 255 or 21.92% from 73); Max value from RGB is 52 - color contains mainly: green. Hex color #053410 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053410 is #FACBEF. Grayscale: #212121. Windows color (decimal): -16436208 or 1061893. OLE color: 1061893.

HSL color Cylindrical-coordinate representation of color #053410: hue angle of 134.04º 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 #053410 is Cyan = 0.90, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.80.

Color convert

RGB55216-
CMYK0.9000.690.80
HSL134.04º82.46%11.18%-
HSV(B)134.04º90.38%20.39%-
XYZ1.382.530.9-
YUV33.84117.93107.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.85%
GREEN value IS 52 (20.70% from 255) = 71.23%
BLUE value IS 16 (6.64% from 255) = 21.92%
R=6.85%
G=71.23%
B=21.92%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal552160.9000.690.80134.0482.4611.18
Hex534105A045508652b
Octal56420132010512020612213
Binary1011101001000010110100100010110100001000011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053410; }

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

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

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

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

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

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

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

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