#053313

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

Shades of Deep Fir #053313

Tints of Deep Fir #053313

Color information

#053313 (or 0x053313) is unknown color: approx Deep Fir. HEX triplet: 05, 33 and 13. RGB value is (5,51,19). Sum of RGB (Red+Green+Blue) = 5+51+19=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 51 (20.31% from 255 or 68% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 51 - color contains mainly: green. Hex color #053313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053313 is #FACCEC. Grayscale: #212121. Windows color (decimal): -16436461 or 1258245. OLE color: 1258245.

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

Color convert

RGB55119-
CMYK0.9000.630.8
HSL138.26º82.14%10.98%-
HSV(B)138.26º90.2%20%-
XYZ1.362.451.02-
YUV33.6119.76107.6-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.67%
GREEN value IS 51 (20.31% from 255) = 68%
BLUE value IS 19 (7.81% from 255) = 25.33%
R=6.67%
G=68%
B=25.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal551190.9000.630.8138.2682.1410.98
Hex533135A03F508a52b
Octal5632313207712021212213
Binary101110011100111011010011111110100001000101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053313; }

 p { color: rgb(5,51,19); }

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

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

 a { background-color: rgb(5,51,19); }

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

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

 span { border-color: rgb(5,51,19); }

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