#213520

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

Shades of Myrtle #213520

Tints of Myrtle #213520

Color information

#213520 (or 0x213520) is unknown color: approx Myrtle. HEX triplet: 21, 35 and 20. RGB value is (33,53,32). Sum of RGB (Red+Green+Blue) = 33+53+32=118 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.97% from 118); Green value is 53 (21.09% from 255 or 44.92% from 118); Blue value is 32 (12.89% from 255 or 27.12% from 118); Max value from RGB is 53 - color contains mainly: green. Hex color #213520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213520 is #DECADF. Grayscale: #2C2C2C. Windows color (decimal): -14600928 or 2110753. OLE color: 2110753.

HSL color Cylindrical-coordinate representation of color #213520: hue angle of 117.14º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #213520 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.79.

Color convert

RGB335332-
CMYK0.3800.400.79
HSL117.14º24.71%16.67%-
HSV(B)117.14º39.62%20.78%-
XYZ2.162.971.83-
YUV44.63120.87119.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.97%
GREEN value IS 53 (21.09% from 255) = 44.92%
BLUE value IS 32 (12.89% from 255) = 27.12%
R=27.97%
G=44.92%
B=27.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3353320.3800.400.79117.1424.7116.67
Hex213520260284F751911
Octal416540460501171653121
Binary1000011101011000001001100101000100111111101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213520; }

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

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

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

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

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

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

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

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