#052424

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

Shades of Dark Green #052424

Tints of Dark Green #052424

Color information

#052424 (or 0x052424) is unknown color: approx Dark Green. HEX triplet: 05, 24 and 24. RGB value is (5,36,36). Sum of RGB (Red+Green+Blue) = 5+36+36=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 36 (14.45% from 255 or 46.75% from 77); Blue value is 36 (14.45% from 255 or 46.75% from 77); Max value from RGB is 36 - color contains mainly: green, blue. Hex color #052424 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052424 is #FADBDB. Grayscale: #1A1A1A. Windows color (decimal): -16440284 or 2368517. OLE color: 2368517.

HSL color Cylindrical-coordinate representation of color #052424: hue angle of 180º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #052424 is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB53636-
CMYK0.86000.86
HSL180º75.61%8.04%-
HSV(B)180º86.11%14.12%-
XYZ1.011.421.89-
YUV26.73133.23112.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.49%
GREEN value IS 36 (14.45% from 255) = 46.75%
BLUE value IS 36 (14.45% from 255) = 46.75%
R=6.49%
G=46.75%
B=46.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal536360.86000.8618075.618.04
Hex52424560056b44c8
Octal544441260012626411410
Binary10110010010010010101100010101101011010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052424; }

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

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

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

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

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

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

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

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