#053913

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

Shades of Deep Fir #053913

Tints of Deep Fir #053913

Color information

#053913 (or 0x053913) is unknown color: approx Deep Fir. HEX triplet: 05, 39 and 13. RGB value is (5,57,19). Sum of RGB (Red+Green+Blue) = 5+57+19=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 57 (22.66% from 255 or 70.37% from 81); Blue value is 19 (7.81% from 255 or 23.46% from 81); Max value from RGB is 57 - color contains mainly: green. Hex color #053913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053913 is #FAC6EC. Grayscale: #252525. Windows color (decimal): -16434925 or 1259781. OLE color: 1259781.

HSL color Cylindrical-coordinate representation of color #053913: hue angle of 136.15º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053913 is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB55719-
CMYK0.9100.670.78
HSL136.15º83.87%12.16%-
HSV(B)136.15º91.23%22.35%-
XYZ1.643.011.11-
YUV37.12117.77105.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.17%
GREEN value IS 57 (22.66% from 255) = 70.37%
BLUE value IS 19 (7.81% from 255) = 23.46%
R=6.17%
G=70.37%
B=23.46%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal557190.9100.670.78136.1583.8712.16
Hex539135B0434E8854c
Octal57123133010311621012414
Binary1011110011001110110110100001110011101000100010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053913; }

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

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

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

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

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

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

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

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