#052525

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

Shades of Dark Green #052525

Tints of Dark Green #052525

Color information

#052525 (or 0x052525) is unknown color: approx Dark Green. HEX triplet: 05, 25 and 25. RGB value is (5,37,37). Sum of RGB (Red+Green+Blue) = 5+37+37=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 37 (14.84% from 255 or 46.84% from 79); Blue value is 37 (14.84% from 255 or 46.84% from 79); Max value from RGB is 37 - color contains mainly: green, blue. Hex color #052525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052525 is #FADADA. Grayscale: #1B1B1B. Windows color (decimal): -16440027 or 2434309. OLE color: 2434309.

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

Color convert

RGB53737-
CMYK0.86000.85
HSL180º76.19%8.24%-
HSV(B)180º86.49%14.51%-
XYZ1.061.491.98-
YUV27.43133.4112-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.33%
GREEN value IS 37 (14.84% from 255) = 46.84%
BLUE value IS 37 (14.84% from 255) = 46.84%
R=6.33%
G=46.84%
B=46.84%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal537370.86000.8518076.198.24
Hex52525560055b44c8
Octal545451260012526411410
Binary10110010110010110101100010101011011010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052525; }

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

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

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

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

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

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

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

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