#053510

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

Shades of Deep Fir #053510

Tints of Deep Fir #053510

Color information

#053510 (or 0x053510) is unknown color: approx Deep Fir. HEX triplet: 05, 35 and 10. RGB value is (5,53,16). Sum of RGB (Red+Green+Blue) = 5+53+16=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 53 (21.09% from 255 or 71.62% from 74); Blue value is 16 (6.64% from 255 or 21.62% from 74); Max value from RGB is 53 - color contains mainly: green. Hex color #053510 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053510 is #FACAEF. Grayscale: #222222. Windows color (decimal): -16435952 or 1062149. OLE color: 1062149.

HSL color Cylindrical-coordinate representation of color #053510: hue angle of 133.75º 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 #053510 is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.79.

Color convert

RGB55316-
CMYK0.9100.700.79
HSL133.75º82.76%11.37%-
HSV(B)133.75º90.57%20.78%-
XYZ1.432.620.92-
YUV34.43117.6107.01-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.76%
GREEN value IS 53 (21.09% from 255) = 71.62%
BLUE value IS 16 (6.64% from 255) = 21.62%
R=6.76%
G=71.62%
B=21.62%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal553160.9100.700.79133.7582.7611.37
Hex535105B0464F8653b
Octal56520133010611720612313
Binary1011101011000010110110100011010011111000011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053510; }

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

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

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

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

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

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

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

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