#053417

Color #053417 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #053417

Tints of Dark Green #053417

Color information

#053417 (or 0x053417) is unknown color: approx Dark Green. HEX triplet: 05, 34 and 17. RGB value is (5,52,23). Sum of RGB (Red+Green+Blue) = 5+52+23=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 52 (20.70% from 255 or 65% from 80); Blue value is 23 (9.38% from 255 or 28.75% from 80); Max value from RGB is 52 - color contains mainly: green. Hex color #053417 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053417 is #FACBE8. Grayscale: #222222. Windows color (decimal): -16436201 or 1520645. OLE color: 1520645.

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

Color convert

RGB55223-
CMYK0.9000.560.80
HSL142.98º82.46%11.18%-
HSV(B)142.98º90.38%20.39%-
XYZ1.452.551.23-
YUV34.64121.43106.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.25%
GREEN value IS 52 (20.70% from 255) = 65%
BLUE value IS 23 (9.38% from 255) = 28.75%
R=6.25%
G=65%
B=28.75%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal552230.9000.560.80142.9882.4611.18
Hex534175A038508f52b
Octal5642713207012021712213
Binary101110100101111011010011100010100001000111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053417; }

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

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

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

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

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

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

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

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