#052524

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

Shades of Dark Green #052524

Tints of Dark Green #052524

Color information

#052524 (or 0x052524) is unknown color: approx Dark Green. HEX triplet: 05, 25 and 24. RGB value is (5,37,36). Sum of RGB (Red+Green+Blue) = 5+37+36=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 37 (14.84% from 255 or 47.44% from 78); Blue value is 36 (14.45% from 255 or 46.15% from 78); Max value from RGB is 37 - color contains mainly: green. Hex color #052524 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052524 is #FADADB. Grayscale: #1B1B1B. Windows color (decimal): -16440028 or 2368773. OLE color: 2368773.

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

Color convert

RGB53736-
CMYK0.8600.030.85
HSL178.12º76.19%8.24%-
HSV(B)178.12º86.49%14.51%-
XYZ1.041.481.9-
YUV27.32132.9112.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.41%
GREEN value IS 37 (14.84% from 255) = 47.44%
BLUE value IS 36 (14.45% from 255) = 46.15%
R=6.41%
G=47.44%
B=46.15%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal537360.8600.030.85178.1276.198.24
Hex52524560355b24c8
Octal545441260312526211410
Binary101100101100100101011001110101011011001010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052524; }

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

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

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

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

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

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

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

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