#052522

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

Shades of Dark Green #052522

Tints of Dark Green #052522

Color information

#052522 (or 0x052522) is unknown color: approx Dark Green. HEX triplet: 05, 25 and 22. RGB value is (5,37,34). Sum of RGB (Red+Green+Blue) = 5+37+34=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 37 (14.84% from 255 or 48.68% from 76); Blue value is 34 (13.67% from 255 or 44.74% from 76); Max value from RGB is 37 - color contains mainly: green. Hex color #052522 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052522 is #FADADD. Grayscale: #1B1B1B. Windows color (decimal): -16440030 or 2237701. OLE color: 2237701.

HSL color Cylindrical-coordinate representation of color #052522: hue angle of 174.38º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #052522 is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.85.

Color convert

RGB53734-
CMYK0.8600.080.85
HSL174.38º76.19%8.24%-
HSV(B)174.38º86.49%14.51%-
XYZ1.011.471.74-
YUV27.09131.9112.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.58%
GREEN value IS 37 (14.84% from 255) = 48.68%
BLUE value IS 34 (13.67% from 255) = 44.74%
R=6.58%
G=48.68%
B=44.74%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal537340.8600.080.85174.3876.198.24
Hex52522560855ae4c8
Octal5454212601012525611410
Binary10110010110001010101100100010101011010111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052522; }

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

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

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

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

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

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

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

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