#215B20

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

Shades of Myrtle #215B20

Tints of Myrtle #215B20

Color information

#215B20 (or 0x215B20) is unknown color: approx Myrtle. HEX triplet: 21, 5B and 20. RGB value is (33,91,32). Sum of RGB (Red+Green+Blue) = 33+91+32=156 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.15% from 156); Green value is 91 (35.94% from 255 or 58.33% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 91 - color contains mainly: green. Hex color #215B20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215B20 is #DEA4DF. Grayscale: #434343. Windows color (decimal): -14591200 or 2120481. OLE color: 2120481.

HSL color Cylindrical-coordinate representation of color #215B20: hue angle of 118.98º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #215B20 is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.64.

Color convert

RGB339132-
CMYK0.6400.650.64
HSL118.98º47.97%24.12%-
HSV(B)118.98º64.84%35.69%-
XYZ4.637.912.65-
YUV66.93108.28103.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.15%
GREEN value IS 91 (35.94% from 255) = 58.33%
BLUE value IS 32 (12.89% from 255) = 20.51%
R=21.15%
G=58.33%
B=20.51%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3391320.6400.650.64118.9847.9724.12
Hex215B204004140773018
Octal411334010001011001676030
Binary10000110110111000001000000010000011000000111011111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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