#053515

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

Shades of Deep Fir #053515

Tints of Deep Fir #053515

Color information

#053515 (or 0x053515) is unknown color: approx Deep Fir. HEX triplet: 05, 35 and 15. RGB value is (5,53,21). Sum of RGB (Red+Green+Blue) = 5+53+21=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 53 (21.09% from 255 or 67.09% from 79); Blue value is 21 (8.59% from 255 or 26.58% from 79); Max value from RGB is 53 - color contains mainly: green. Hex color #053515 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053515 is #FACAEA. Grayscale: #232323. Windows color (decimal): -16435947 or 1389829. OLE color: 1389829.

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

Color convert

RGB55321-
CMYK0.9100.600.79
HSL140º82.76%11.37%-
HSV(B)140º90.57%20.78%-
XYZ1.472.631.14-
YUV35120.1106.6-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.33%
GREEN value IS 53 (21.09% from 255) = 67.09%
BLUE value IS 21 (8.59% from 255) = 26.58%
R=6.33%
G=67.09%
B=26.58%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal553210.9100.600.7914082.7611.37
Hex535155B03C4F8c53b
Octal5652513307411721412313
Binary101110101101011011011011110010011111000110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053515; }

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

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

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

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

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

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

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

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