#053910

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

Shades of Deep Fir #053910

Tints of Deep Fir #053910

Color information

#053910 (or 0x053910) is unknown color: approx Deep Fir. HEX triplet: 05, 39 and 10. RGB value is (5,57,16). Sum of RGB (Red+Green+Blue) = 5+57+16=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 57 (22.66% from 255 or 73.08% from 78); Blue value is 16 (6.64% from 255 or 20.51% from 78); Max value from RGB is 57 - color contains mainly: green. Hex color #053910 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053910 is #FAC6EF. Grayscale: #242424. Windows color (decimal): -16434928 or 1063173. OLE color: 1063173.

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

Color convert

RGB55716-
CMYK0.9100.720.78
HSL132.69º83.87%12.16%-
HSV(B)132.69º91.23%22.35%-
XYZ1.6230.98-
YUV36.78116.27105.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.41%
GREEN value IS 57 (22.66% from 255) = 73.08%
BLUE value IS 16 (6.64% from 255) = 20.51%
R=6.41%
G=73.08%
B=20.51%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal557160.9100.720.78132.6983.8712.16
Hex539105B0484E8554c
Octal57120133011011620512414
Binary1011110011000010110110100100010011101000010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053910; }

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

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

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

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

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

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

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

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