#052821

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

Shades of Dark Green #052821

Tints of Dark Green #052821

Color information

#052821 (or 0x052821) is unknown color: approx Dark Green. HEX triplet: 05, 28 and 21. RGB value is (5,40,33). Sum of RGB (Red+Green+Blue) = 5+40+33=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 40 (16.02% from 255 or 51.28% from 78); Blue value is 33 (13.28% from 255 or 42.31% from 78); Max value from RGB is 40 - color contains mainly: green. Hex color #052821 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052821 is #FAD7DE. Grayscale: #1C1C1C. Windows color (decimal): -16439263 or 2172933. OLE color: 2172933.

HSL color Cylindrical-coordinate representation of color #052821: hue angle of 168º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #052821 is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.84.

Color convert

RGB54033-
CMYK0.8800.170.84
HSL168º77.78%8.82%-
HSV(B)168º87.5%15.69%-
XYZ1.11.661.7-
YUV28.74130.4111.07-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.41%
GREEN value IS 40 (16.02% from 255) = 51.28%
BLUE value IS 33 (13.28% from 255) = 42.31%
R=6.41%
G=51.28%
B=42.31%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal540330.8800.170.8416877.788.82
Hex528215801154a84e9
Octal5504113002112425011611
Binary101101000100001101100001000110101001010100010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052821; }

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

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

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

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

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

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

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

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