#052822

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

Shades of Dark Green #052822

Tints of Dark Green #052822

Color information

#052822 (or 0x052822) is unknown color: approx Dark Green. HEX triplet: 05, 28 and 22. RGB value is (5,40,34). Sum of RGB (Red+Green+Blue) = 5+40+34=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 40 (16.02% from 255 or 50.63% from 79); Blue value is 34 (13.67% from 255 or 43.04% from 79); Max value from RGB is 40 - color contains mainly: green. Hex color #052822 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052822 is #FAD7DD. Grayscale: #1C1C1C. Windows color (decimal): -16439262 or 2238469. OLE color: 2238469.

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

Color convert

RGB54034-
CMYK0.8800.150.84
HSL169.71º77.78%8.82%-
HSV(B)169.71º87.5%15.69%-
XYZ1.111.671.78-
YUV28.85130.9110.99-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.33%
GREEN value IS 40 (16.02% from 255) = 50.63%
BLUE value IS 34 (13.67% from 255) = 43.04%
R=6.33%
G=50.63%
B=43.04%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal540340.8800.150.84169.7177.788.82
Hex52822580F54aa4e9
Octal5504213001712425211611
Binary10110100010001010110000111110101001010101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052822; }

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

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

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

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

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

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

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

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