#213B20

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

Shades of Myrtle #213B20

Tints of Myrtle #213B20

Color information

#213B20 (or 0x213B20) is unknown color: approx Myrtle. HEX triplet: 21, 3B and 20. RGB value is (33,59,32). Sum of RGB (Red+Green+Blue) = 33+59+32=124 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.61% from 124); Green value is 59 (23.44% from 255 or 47.58% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 59 - color contains mainly: green. Hex color #213B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213B20 is #DEC4DF. Grayscale: #303030. Windows color (decimal): -14599392 or 2112289. OLE color: 2112289.

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

Color convert

RGB335932-
CMYK0.4400.460.77
HSL117.78º29.67%17.84%-
HSV(B)117.78º45.76%23.14%-
XYZ2.453.561.92-
YUV48.15118.89117.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.61%
GREEN value IS 59 (23.44% from 255) = 47.58%
BLUE value IS 32 (12.89% from 255) = 25.81%
R=26.61%
G=47.58%
B=25.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3359320.4400.460.77117.7829.6717.84
Hex213B202C02E4D761e12
Octal417340540561151663622
Binary1000011110111000001011000101110100110111101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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