#052724

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

Shades of Dark Green #052724

Tints of Dark Green #052724

Color information

#052724 (or 0x052724) is unknown color: approx Dark Green. HEX triplet: 05, 27 and 24. RGB value is (5,39,36). Sum of RGB (Red+Green+Blue) = 5+39+36=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 39 (15.62% from 255 or 48.75% from 80); Blue value is 36 (14.45% from 255 or 45% from 80); Max value from RGB is 39 - color contains mainly: green. Hex color #052724 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052724 is #FAD8DB. Grayscale: #1C1C1C. Windows color (decimal): -16439516 or 2369285. OLE color: 2369285.

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

Color convert

RGB53936-
CMYK0.8700.080.85
HSL174.71º77.27%8.63%-
HSV(B)174.71º87.18%15.29%-
XYZ1.111.611.92-
YUV28.49132.24111.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.25%
GREEN value IS 39 (15.62% from 255) = 48.75%
BLUE value IS 36 (14.45% from 255) = 45%
R=6.25%
G=48.75%
B=45%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal539360.8700.080.85174.7177.278.63
Hex52724570855af4d9
Octal5474412701012525711511
Binary10110011110010010101110100010101011010111110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052724; }

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

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

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

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

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

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

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

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