#052521

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

Shades of Dark Green #052521

Tints of Dark Green #052521

Color information

#052521 (or 0x052521) is unknown color: approx Dark Green. HEX triplet: 05, 25 and 21. RGB value is (5,37,33). Sum of RGB (Red+Green+Blue) = 5+37+33=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 37 (14.84% from 255 or 49.33% from 75); Blue value is 33 (13.28% from 255 or 44% from 75); Max value from RGB is 37 - color contains mainly: green. Hex color #052521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052521 is #FADADE. Grayscale: #1A1A1A. Windows color (decimal): -16440031 or 2172165. OLE color: 2172165.

HSL color Cylindrical-coordinate representation of color #052521: hue angle of 172.5º 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 #052521 is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.85.

Color convert

RGB53733-
CMYK0.8600.110.85
HSL172.5º76.19%8.24%-
HSV(B)172.5º86.49%14.51%-
XYZ11.471.67-
YUV26.98131.4112.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.67%
GREEN value IS 37 (14.84% from 255) = 49.33%
BLUE value IS 33 (13.28% from 255) = 44%
R=6.67%
G=49.33%
B=44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal537330.8600.110.85172.576.198.24
Hex52521560B55ac4c8
Octal5454112601312525411410
Binary10110010110000110101100101110101011010110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052521; }

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

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

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

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

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

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

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

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