#052321

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

Shades of Dark Green #052321

Tints of Dark Green #052321

Color information

#052321 (or 0x052321) is unknown color: approx Dark Green. HEX triplet: 05, 23 and 21. RGB value is (5,35,33). Sum of RGB (Red+Green+Blue) = 5+35+33=73 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.85% from 73); Green value is 35 (14.06% from 255 or 47.95% from 73); Blue value is 33 (13.28% from 255 or 45.21% from 73); Max value from RGB is 35 - color contains mainly: green. Hex color #052321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052321 is #FADCDE. Grayscale: #191919. Windows color (decimal): -16440543 or 2171653. OLE color: 2171653.

HSL color Cylindrical-coordinate representation of color #052321: hue angle of 176º 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 #052321 is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.86.

Color convert

RGB53533-
CMYK0.8600.060.86
HSL176º75%7.84%-
HSV(B)176º85.71%13.73%-
XYZ0.941.341.65-
YUV25.8132.06113.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.85%
GREEN value IS 35 (14.06% from 255) = 47.95%
BLUE value IS 33 (13.28% from 255) = 45.21%
R=6.85%
G=47.95%
B=45.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal535330.8600.060.86176757.84
Hex52321560656b04b8
Octal543411260612626011310
Binary1011000111000011010110011010101101011000010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052321; }

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

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

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

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

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

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

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

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