#053520

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

Shades of Dark Green #053520

Tints of Dark Green #053520

Color information

#053520 (or 0x053520) is unknown color: approx Dark Green. HEX triplet: 05, 35 and 20. RGB value is (5,53,32). Sum of RGB (Red+Green+Blue) = 5+53+32=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 53 (21.09% from 255 or 58.89% from 90); Blue value is 32 (12.89% from 255 or 35.56% from 90); Max value from RGB is 53 - color contains mainly: green. Hex color #053520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053520 is #FACADF. Grayscale: #242424. Windows color (decimal): -16435936 or 2110725. OLE color: 2110725.

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

Color convert

RGB55332-
CMYK0.9100.400.79
HSL153.75º82.76%11.37%-
HSV(B)153.75º90.57%20.78%-
XYZ1.62.681.8-
YUV36.25125.6105.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.56%
GREEN value IS 53 (21.09% from 255) = 58.89%
BLUE value IS 32 (12.89% from 255) = 35.56%
R=5.56%
G=58.89%
B=35.56%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal553320.9100.400.79153.7582.7611.37
Hex535205B0284F9a53b
Octal5654013305011723212313
Binary1011101011000001011011010100010011111001101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053520; }

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

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

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

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

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

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

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

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