#053824

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

Shades of Dark Green #053824

Tints of Dark Green #053824

Color information

#053824 (or 0x053824) is unknown color: approx Dark Green. HEX triplet: 05, 38 and 24. RGB value is (5,56,36). Sum of RGB (Red+Green+Blue) = 5+56+36=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 56 (22.27% from 255 or 57.73% from 97); Blue value is 36 (14.45% from 255 or 37.11% from 97); Max value from RGB is 56 - color contains mainly: green. Hex color #053824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053824 is #FAC7DB. Grayscale: #262626. Windows color (decimal): -16435164 or 2373637. OLE color: 2373637.

HSL color Cylindrical-coordinate representation of color #053824: hue angle of 156.47º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053824 is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.78.

Color convert

RGB55636-
CMYK0.9100.360.78
HSL156.47º83.61%11.96%-
HSV(B)156.47º91.07%21.96%-
XYZ1.82.992.15-
YUV38.47126.6104.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.15%
GREEN value IS 56 (22.27% from 255) = 57.73%
BLUE value IS 36 (14.45% from 255) = 37.11%
R=5.15%
G=57.73%
B=37.11%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal556360.9100.360.78156.4783.6111.96
Hex538245B0244E9c54c
Octal5704413304411623412414
Binary1011110001001001011011010010010011101001110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053824; }

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

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

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

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

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

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

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

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