#053121

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

Shades of Dark Green #053121

Tints of Dark Green #053121

Color information

#053121 (or 0x053121) is unknown color: approx Dark Green. HEX triplet: 05, 31 and 21. RGB value is (5,49,33). Sum of RGB (Red+Green+Blue) = 5+49+33=87 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.75% from 87); Green value is 49 (19.53% from 255 or 56.32% from 87); Blue value is 33 (13.28% from 255 or 37.93% from 87); Max value from RGB is 49 - color contains mainly: green. Hex color #053121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053121 is #FACEDE. Grayscale: #222222. Windows color (decimal): -16436959 or 2175237. OLE color: 2175237.

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

Color convert

RGB54933-
CMYK0.9000.330.81
HSL158.18º81.48%10.59%-
HSV(B)158.18º89.8%19.22%-
XYZ1.442.341.81-
YUV34.02127.42107.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.75%
GREEN value IS 49 (19.53% from 255) = 56.32%
BLUE value IS 33 (13.28% from 255) = 37.93%
R=5.75%
G=56.32%
B=37.93%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal549330.9000.330.81158.1881.4810.59
Hex531215A021519e51b
Octal5614113204112123612113
Binary1011100011000011011010010000110100011001111010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053121; }

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

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

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

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

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

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

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

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