#052216

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

Shades of Dark Green #052216

Tints of Dark Green #052216

Color information

#052216 (or 0x052216) is unknown color: approx Dark Green. HEX triplet: 05, 22 and 16. RGB value is (5,34,22). Sum of RGB (Red+Green+Blue) = 5+34+22=61 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.20% from 61); Green value is 34 (13.67% from 255 or 55.74% from 61); Blue value is 22 (8.98% from 255 or 36.07% from 61); Max value from RGB is 34 - color contains mainly: green. Hex color #052216 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052216 is #FADDE9. Grayscale: #171717. Windows color (decimal): -16440810 or 1450501. OLE color: 1450501.

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

Color convert

RGB53422-
CMYK0.8500.350.87
HSL155.17º74.36%7.65%-
HSV(B)155.17º85.29%13.33%-
XYZ0.781.230.96-
YUV23.96126.89114.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.20%
GREEN value IS 34 (13.67% from 255) = 55.74%
BLUE value IS 22 (8.98% from 255) = 36.07%
R=8.20%
G=55.74%
B=36.07%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal534220.8500.350.87155.1774.367.65
Hex5221655023579b4a8
Octal5422612504312723311210
Binary101100010101101010101010001110101111001101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052216; }

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

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

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

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

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

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

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

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