#213A20

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

Shades of Myrtle #213A20

Tints of Myrtle #213A20

Color information

#213A20 (or 0x213A20) is unknown color: approx Myrtle. HEX triplet: 21, 3A and 20. RGB value is (33,58,32). Sum of RGB (Red+Green+Blue) = 33+58+32=123 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.83% from 123); Green value is 58 (23.05% from 255 or 47.15% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 58 - color contains mainly: green. Hex color #213A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213A20 is #DEC5DF. Grayscale: #2F2F2F. Windows color (decimal): -14599648 or 2112033. OLE color: 2112033.

HSL color Cylindrical-coordinate representation of color #213A20: hue angle of 117.69º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #213A20 is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.77.

Color convert

RGB335832-
CMYK0.4300.450.77
HSL117.69º28.89%17.65%-
HSV(B)117.69º44.83%22.75%-
XYZ2.43.451.91-
YUV47.56119.22117.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.83%
GREEN value IS 58 (23.05% from 255) = 47.15%
BLUE value IS 32 (12.89% from 255) = 26.02%
R=26.83%
G=47.15%
B=26.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3358320.4300.450.77117.6928.8917.65
Hex213A202B02D4D761d12
Octal417240530551151663522
Binary1000011110101000001010110101101100110111101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213A20; }

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

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

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

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

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

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

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

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