#053524

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

Shades of Dark Green #053524

Tints of Dark Green #053524

Color information

#053524 (or 0x053524) is unknown color: approx Dark Green. HEX triplet: 05, 35 and 24. RGB value is (5,53,36). Sum of RGB (Red+Green+Blue) = 5+53+36=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 53 (21.09% from 255 or 56.38% from 94); Blue value is 36 (14.45% from 255 or 38.30% from 94); Max value from RGB is 53 - color contains mainly: green. Hex color #053524 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053524 is #FACADB. Grayscale: #242424. Windows color (decimal): -16435932 or 2372869. OLE color: 2372869.

HSL color Cylindrical-coordinate representation of color #053524: hue angle of 158.75º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053524 is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.79.

Color convert

RGB55336-
CMYK0.9100.320.79
HSL158.75º82.76%11.37%-
HSV(B)158.75º90.57%20.78%-
XYZ1.652.712.1-
YUV36.71127.6105.38-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.32%
GREEN value IS 53 (21.09% from 255) = 56.38%
BLUE value IS 36 (14.45% from 255) = 38.30%
R=5.32%
G=56.38%
B=38.30%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal553360.9100.320.79158.7582.7611.37
Hex535245B0204F9f53b
Octal5654413304011723712313
Binary1011101011001001011011010000010011111001111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053524; }

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

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

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

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

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

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

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

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