#213620

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

Shades of Myrtle #213620

Tints of Myrtle #213620

Color information

#213620 (or 0x213620) is unknown color: approx Myrtle. HEX triplet: 21, 36 and 20. RGB value is (33,54,32). Sum of RGB (Red+Green+Blue) = 33+54+32=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 54 (21.48% from 255 or 45.38% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 54 - color contains mainly: green. Hex color #213620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213620 is #DEC9DF. Grayscale: #2D2D2D. Windows color (decimal): -14600672 or 2111009. OLE color: 2111009.

HSL color Cylindrical-coordinate representation of color #213620: hue angle of 117.27º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #213620 is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.79.

Color convert

RGB335432-
CMYK0.3900.410.79
HSL117.27º25.58%16.86%-
HSV(B)117.27º40.74%21.18%-
XYZ2.213.071.84-
YUV45.21120.54119.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.73%
GREEN value IS 54 (21.48% from 255) = 45.38%
BLUE value IS 32 (12.89% from 255) = 26.89%
R=27.73%
G=45.38%
B=26.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3354320.3900.410.79117.2725.5816.86
Hex213620270294F751a11
Octal416640470511171653221
Binary1000011101101000001001110101001100111111101011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213620; }

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

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

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

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

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

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

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

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