#052725

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

Shades of Dark Green #052725

Tints of Dark Green #052725

Color information

#052725 (or 0x052725) is unknown color: approx Dark Green. HEX triplet: 05, 27 and 25. RGB value is (5,39,37). Sum of RGB (Red+Green+Blue) = 5+39+37=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 39 (15.62% from 255 or 48.15% from 81); Blue value is 37 (14.84% from 255 or 45.68% from 81); Max value from RGB is 39 - color contains mainly: green. Hex color #052725 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052725 is #FAD8DA. Grayscale: #1C1C1C. Windows color (decimal): -16439515 or 2434821. OLE color: 2434821.

HSL color Cylindrical-coordinate representation of color #052725: hue angle of 176.47º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #052725 is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.85.

Color convert

RGB53937-
CMYK0.8700.050.85
HSL176.47º77.27%8.63%-
HSV(B)176.47º87.18%15.29%-
XYZ1.121.622-
YUV28.61132.74111.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.17%
GREEN value IS 39 (15.62% from 255) = 48.15%
BLUE value IS 37 (14.84% from 255) = 45.68%
R=6.17%
G=48.15%
B=45.68%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal539370.8700.050.85176.4777.278.63
Hex52725570555b04d9
Octal547451270512526011511
Binary1011001111001011010111010110101011011000010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052725; }

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

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

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

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

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

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

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

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