#052825

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

Shades of Dark Green #052825

Tints of Dark Green #052825

Color information

#052825 (or 0x052825) is unknown color: approx Dark Green. HEX triplet: 05, 28 and 25. RGB value is (5,40,37). Sum of RGB (Red+Green+Blue) = 5+40+37=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 40 (16.02% from 255 or 48.78% from 82); Blue value is 37 (14.84% from 255 or 45.12% from 82); Max value from RGB is 40 - color contains mainly: green. Hex color #052825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052825 is #FAD7DA. Grayscale: #1D1D1D. Windows color (decimal): -16439259 or 2435077. OLE color: 2435077.

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

Color convert

RGB54037-
CMYK0.8800.070.84
HSL174.86º77.78%8.82%-
HSV(B)174.86º87.5%15.69%-
XYZ1.161.682.01-
YUV29.19132.4110.74-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.10%
GREEN value IS 40 (16.02% from 255) = 48.78%
BLUE value IS 37 (14.84% from 255) = 45.12%
R=6.10%
G=48.78%
B=45.12%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal540370.8800.070.84174.8677.788.82
Hex52825580754af4e9
Octal550451300712425711611
Binary1011010001001011011000011110101001010111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052825; }

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

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

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

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

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

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

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

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