#213120

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

Shades of Myrtle #213120

Tints of Myrtle #213120

Color information

#213120 (or 0x213120) is unknown color: approx Myrtle. HEX triplet: 21, 31 and 20. RGB value is (33,49,32). Sum of RGB (Red+Green+Blue) = 33+49+32=114 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.95% from 114); Green value is 49 (19.53% from 255 or 42.98% from 114); Blue value is 32 (12.89% from 255 or 28.07% from 114); Max value from RGB is 49 - color contains mainly: green. Hex color #213120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213120 is #DECEDF. Grayscale: #2A2A2A. Windows color (decimal): -14601952 or 2109729. OLE color: 2109729.

HSL color Cylindrical-coordinate representation of color #213120: hue angle of 116.47º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #213120 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB334932-
CMYK0.3300.350.81
HSL116.47º20.99%15.88%-
HSV(B)116.47º34.69%19.22%-
XYZ1.992.621.77-
YUV42.28122.2121.38-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 28.95%
GREEN value IS 49 (19.53% from 255) = 42.98%
BLUE value IS 32 (12.89% from 255) = 28.07%
R=28.95%
G=42.98%
B=28.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3349320.3300.350.81116.4720.9915.88
Hex2131202102351741510
Octal416140410431211642520
Binary1000011100011000001000010100011101000111101001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213120; }

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

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

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

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

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

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

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

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