#053517

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

Shades of Dark Green #053517

Tints of Dark Green #053517

Color information

#053517 (or 0x053517) is unknown color: approx Dark Green. HEX triplet: 05, 35 and 17. RGB value is (5,53,23). Sum of RGB (Red+Green+Blue) = 5+53+23=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 53 (21.09% from 255 or 65.43% from 81); Blue value is 23 (9.38% from 255 or 28.40% from 81); Max value from RGB is 53 - color contains mainly: green. Hex color #053517 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053517 is #FACAE8. Grayscale: #232323. Windows color (decimal): -16435945 or 1520901. OLE color: 1520901.

HSL color Cylindrical-coordinate representation of color #053517: hue angle of 142.5º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053517 is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.79.

Color convert

RGB55323-
CMYK0.9100.570.79
HSL142.5º82.76%11.37%-
HSV(B)142.5º90.57%20.78%-
XYZ1.492.641.24-
YUV35.23121.1106.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.17%
GREEN value IS 53 (21.09% from 255) = 65.43%
BLUE value IS 23 (9.38% from 255) = 28.40%
R=6.17%
G=65.43%
B=28.40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal553230.9100.570.79142.582.7611.37
Hex535175B0394F8e53b
Octal5652713307111721612313
Binary101110101101111011011011100110011111000111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053517; }

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

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

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

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

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

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

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

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