#053124

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

Shades of Dark Green #053124

Tints of Dark Green #053124

Color information

#053124 (or 0x053124) is unknown color: approx Dark Green. HEX triplet: 05, 31 and 24. RGB value is (5,49,36). Sum of RGB (Red+Green+Blue) = 5+49+36=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 49 (19.53% from 255 or 54.44% from 90); Blue value is 36 (14.45% from 255 or 40% from 90); Max value from RGB is 49 - color contains mainly: green. Hex color #053124 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053124 is #FACEDB. Grayscale: #222222. Windows color (decimal): -16436956 or 2371845. OLE color: 2371845.

HSL color Cylindrical-coordinate representation of color #053124: hue angle of 162.27º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053124 is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.81.

Color convert

RGB54936-
CMYK0.9000.270.81
HSL162.27º81.48%10.59%-
HSV(B)162.27º89.8%19.22%-
XYZ1.482.362.05-
YUV34.36128.92107.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.56%
GREEN value IS 49 (19.53% from 255) = 54.44%
BLUE value IS 36 (14.45% from 255) = 40%
R=5.56%
G=54.44%
B=40%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal549360.9000.270.81162.2781.4810.59
Hex531245A01B51a251b
Octal5614413203312124212113
Binary101110001100100101101001101110100011010001010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053124; }

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

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

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

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

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

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

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

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