#052120

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

Shades of Dark Green #052120

Tints of Dark Green #052120

Color information

#052120 (or 0x052120) is unknown color: approx Dark Green. HEX triplet: 05, 21 and 20. RGB value is (5,33,32). Sum of RGB (Red+Green+Blue) = 5+33+32=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 33 (13.28% from 255 or 47.14% from 70); Blue value is 32 (12.89% from 255 or 45.71% from 70); Max value from RGB is 33 - color contains mainly: green. Hex color #052120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052120 is #FADEDF. Grayscale: #181818. Windows color (decimal): -16441056 or 2105605. OLE color: 2105605.

HSL color Cylindrical-coordinate representation of color #052120: hue angle of 177.86º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #052120 is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.

Color convert

RGB53332-
CMYK0.8500.030.87
HSL177.86º73.68%7.45%-
HSV(B)177.86º84.85%12.94%-
XYZ0.871.221.56-
YUV24.51132.22114.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.14%
GREEN value IS 33 (13.28% from 255) = 47.14%
BLUE value IS 32 (12.89% from 255) = 45.71%
R=7.14%
G=47.14%
B=45.71%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal533320.8500.030.87177.8673.687.45
Hex52120550357b24a7
Octal54140125031272621127
Binary10110000110000010101010111010111101100101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052120; }

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

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

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

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

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

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

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

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