#052320

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

Shades of Dark Green #052320

Tints of Dark Green #052320

Color information

#052320 (or 0x052320) is unknown color: approx Dark Green. HEX triplet: 05, 23 and 20. RGB value is (5,35,32). Sum of RGB (Red+Green+Blue) = 5+35+32=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 35 (14.06% from 255 or 48.61% from 72); Blue value is 32 (12.89% from 255 or 44.44% from 72); Max value from RGB is 35 - color contains mainly: green. Hex color #052320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052320 is #FADCDF. Grayscale: #191919. Windows color (decimal): -16440544 or 2106117. OLE color: 2106117.

HSL color Cylindrical-coordinate representation of color #052320: hue angle of 174º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #052320 is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.86.

Color convert

RGB53532-
CMYK0.8600.090.86
HSL174º75%7.84%-
HSV(B)174º85.71%13.73%-
XYZ0.921.341.58-
YUV25.69131.56113.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.94%
GREEN value IS 35 (14.06% from 255) = 48.61%
BLUE value IS 32 (12.89% from 255) = 44.44%
R=6.94%
G=48.61%
B=44.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal535320.8600.090.86174757.84
Hex52320560956ae4b8
Octal5434012601112625611310
Binary10110001110000010101100100110101101010111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052320; }

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

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

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

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

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

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

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

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