#053413

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

Shades of Deep Fir #053413

Tints of Deep Fir #053413

Color information

#053413 (or 0x053413) is unknown color: approx Deep Fir. HEX triplet: 05, 34 and 13. RGB value is (5,52,19). Sum of RGB (Red+Green+Blue) = 5+52+19=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 52 (20.70% from 255 or 68.42% from 76); Blue value is 19 (7.81% from 255 or 25% from 76); Max value from RGB is 52 - color contains mainly: green. Hex color #053413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053413 is #FACBEC. Grayscale: #222222. Windows color (decimal): -16436205 or 1258501. OLE color: 1258501.

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

Color convert

RGB55219-
CMYK0.9000.630.80
HSL137.87º82.46%11.18%-
HSV(B)137.87º90.38%20.39%-
XYZ1.412.541.03-
YUV34.18119.43107.18-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.58%
GREEN value IS 52 (20.70% from 255) = 68.42%
BLUE value IS 19 (7.81% from 255) = 25%
R=6.58%
G=68.42%
B=25%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal552190.9000.630.80137.8782.4611.18
Hex534135A03F508a52b
Octal5642313207712021212213
Binary101110100100111011010011111110100001000101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053413; }

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

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

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

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

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

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

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

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