#215520

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

Shades of Myrtle #215520

Tints of Myrtle #215520

Color information

#215520 (or 0x215520) is unknown color: approx Myrtle. HEX triplet: 21, 55 and 20. RGB value is (33,85,32). Sum of RGB (Red+Green+Blue) = 33+85+32=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 85 (33.59% from 255 or 56.67% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 85 - color contains mainly: green. Hex color #215520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215520 is #DEAADF. Grayscale: #3F3F3F. Windows color (decimal): -14592736 or 2118945. OLE color: 2118945.

HSL color Cylindrical-coordinate representation of color #215520: hue angle of 118.87º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #215520 is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB338532-
CMYK0.6100.620.67
HSL118.87º45.3%22.94%-
HSV(B)118.87º62.35%33.33%-
XYZ4.146.922.49-
YUV63.41110.27106.31-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22%
GREEN value IS 85 (33.59% from 255) = 56.67%
BLUE value IS 32 (12.89% from 255) = 21.33%
R=22%
G=56.67%
B=21.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3385320.6100.620.67118.8745.322.94
Hex2155203D03E43772d17
Octal4112540750761031675527
Binary100001101010110000011110101111101000011111011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215520; }

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

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

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

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

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

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

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

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