#053321

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

Shades of Dark Green #053321

Tints of Dark Green #053321

Color information

#053321 (or 0x053321) is unknown color: approx Dark Green. HEX triplet: 05, 33 and 21. RGB value is (5,51,33). Sum of RGB (Red+Green+Blue) = 5+51+33=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 51 (20.31% from 255 or 57.30% from 89); Blue value is 33 (13.28% from 255 or 37.08% from 89); Max value from RGB is 51 - color contains mainly: green. Hex color #053321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053321 is #FACCDE. Grayscale: #232323. Windows color (decimal): -16436447 or 2175749. OLE color: 2175749.

HSL color Cylindrical-coordinate representation of color #053321: hue angle of 156.52º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053321 is Cyan = 0.90, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.8.

Color convert

RGB55133-
CMYK0.9000.350.8
HSL156.52º82.14%10.98%-
HSV(B)156.52º90.2%20%-
XYZ1.522.511.84-
YUV35.19126.76106.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.62%
GREEN value IS 51 (20.31% from 255) = 57.30%
BLUE value IS 33 (13.28% from 255) = 37.08%
R=5.62%
G=57.30%
B=37.08%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal551330.9000.350.8156.5282.1410.98
Hex533215A023509d52b
Octal5634113204312023512213
Binary1011100111000011011010010001110100001001110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053321; }

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

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

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

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

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

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

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

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