#052816

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

Shades of Dark Green #052816

Tints of Dark Green #052816

Color information

#052816 (or 0x052816) is unknown color: approx Dark Green. HEX triplet: 05, 28 and 16. RGB value is (5,40,22). Sum of RGB (Red+Green+Blue) = 5+40+22=67 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.46% from 67); Green value is 40 (16.02% from 255 or 59.70% from 67); Blue value is 22 (8.98% from 255 or 32.84% from 67); Max value from RGB is 40 - color contains mainly: green. Hex color #052816 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052816 is #FAD7E9. Grayscale: #1B1B1B. Windows color (decimal): -16439274 or 1452037. OLE color: 1452037.

HSL color Cylindrical-coordinate representation of color #052816: hue angle of 149.14º 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 #052816 is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.84.

Color convert

RGB54022-
CMYK0.8800.450.84
HSL149.14º77.78%8.82%-
HSV(B)149.14º87.5%15.69%-
XYZ0.971.611.02-
YUV27.48124.9111.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.46%
GREEN value IS 40 (16.02% from 255) = 59.70%
BLUE value IS 22 (8.98% from 255) = 32.84%
R=7.46%
G=59.70%
B=32.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal540220.8800.450.84149.1477.788.82
Hex528165802D54954e9
Octal5502613005512422511611
Binary101101000101101011000010110110101001001010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052816; }

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

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

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

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

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

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

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

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