#053624

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

Shades of Dark Green #053624

Tints of Dark Green #053624

Color information

#053624 (or 0x053624) is unknown color: approx Dark Green. HEX triplet: 05, 36 and 24. RGB value is (5,54,36). Sum of RGB (Red+Green+Blue) = 5+54+36=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 54 (21.48% from 255 or 56.84% from 95); Blue value is 36 (14.45% from 255 or 37.89% from 95); Max value from RGB is 54 - color contains mainly: green. Hex color #053624 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053624 is #FAC9DB. Grayscale: #252525. Windows color (decimal): -16435676 or 2373125. OLE color: 2373125.

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

Color convert

RGB55436-
CMYK0.9100.330.79
HSL157.96º83.05%11.57%-
HSV(B)157.96º90.74%21.18%-
XYZ1.72.82.12-
YUV37.3127.27104.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.26%
GREEN value IS 54 (21.48% from 255) = 56.84%
BLUE value IS 36 (14.45% from 255) = 37.89%
R=5.26%
G=56.84%
B=37.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal554360.9100.330.79157.9683.0511.57
Hex536245B0214F9e53c
Octal5664413304111723612314
Binary1011101101001001011011010000110011111001111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053624; }

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

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

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

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

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

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

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

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