#215420

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

Shades of Myrtle #215420

Tints of Myrtle #215420

Color information

#215420 (or 0x215420) is unknown color: approx Myrtle. HEX triplet: 21, 54 and 20. RGB value is (33,84,32). Sum of RGB (Red+Green+Blue) = 33+84+32=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 84 (33.20% from 255 or 56.38% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 84 - color contains mainly: green. Hex color #215420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215420 is #DEABDF. Grayscale: #3E3E3E. Windows color (decimal): -14592992 or 2118689. OLE color: 2118689.

HSL color Cylindrical-coordinate representation of color #215420: hue angle of 118.85º 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 #215420 is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB338432-
CMYK0.6100.620.67
HSL118.85º44.83%22.75%-
HSV(B)118.85º61.9%32.94%-
XYZ4.066.772.46-
YUV62.82110.6106.73-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.15%
GREEN value IS 84 (33.20% from 255) = 56.38%
BLUE value IS 32 (12.89% from 255) = 21.48%
R=22.15%
G=56.38%
B=21.48%

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
Decimal3384320.6100.620.67118.8544.8322.75
Hex2154203D03E43772d17
Octal4112440750761031675527
Binary100001101010010000011110101111101000011111011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215420; }

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

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

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

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

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

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

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

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