#053120

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

Shades of Dark Green #053120

Tints of Dark Green #053120

Color information

#053120 (or 0x053120) is unknown color: approx Dark Green. HEX triplet: 05, 31 and 20. RGB value is (5,49,32). Sum of RGB (Red+Green+Blue) = 5+49+32=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 49 (19.53% from 255 or 56.98% from 86); Blue value is 32 (12.89% from 255 or 37.21% from 86); Max value from RGB is 49 - color contains mainly: green. Hex color #053120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053120 is #FACEDF. Grayscale: #212121. Windows color (decimal): -16436960 or 2109701. OLE color: 2109701.

HSL color Cylindrical-coordinate representation of color #053120: hue angle of 156.82º 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 #053120 is Cyan = 0.90, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB54932-
CMYK0.9000.350.81
HSL156.82º81.48%10.59%-
HSV(B)156.82º89.8%19.22%-
XYZ1.422.331.74-
YUV33.91126.92107.38-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.81%
GREEN value IS 49 (19.53% from 255) = 56.98%
BLUE value IS 32 (12.89% from 255) = 37.21%
R=5.81%
G=56.98%
B=37.21%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal549320.9000.350.81156.8281.4810.59
Hex531205A023519d51b
Octal5614013204312123512113
Binary1011100011000001011010010001110100011001110110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053120; }

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

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

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

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

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

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

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

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