#206215

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

Shades of Myrtle #206215

Tints of Myrtle #206215

Color information

#206215 (or 0x206215) is unknown color: approx Myrtle. HEX triplet: 20, 62 and 15. RGB value is (32,98,21). Sum of RGB (Red+Green+Blue) = 32+98+21=151 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.19% from 151); Green value is 98 (38.67% from 255 or 64.90% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 98 - color contains mainly: green. Hex color #206215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #206215 is #DF9DEA. Grayscale: #454545. Windows color (decimal): -14654955 or 1401376. OLE color: 1401376.

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

Color convert

RGB329821-
CMYK0.6700.790.62
HSL111.43º64.71%23.33%-
HSV(B)111.43º78.57%38.43%-
XYZ5.19.12.2-
YUV69.49100.63101.26-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.19%
GREEN value IS 98 (38.67% from 255) = 64.90%
BLUE value IS 21 (8.59% from 255) = 13.91%
R=21.19%
G=64.90%
B=13.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3298210.6700.790.62111.4364.7123.33
Hex2062154304F3E6f4117
Octal401422510301177615710127
Binary1000001100010101011000011010011111111101101111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206215; }

 p { color: rgb(32,98,21); }

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

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

 a { background-color: rgb(32,98,21); }

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

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

 span { border-color: rgb(32,98,21); }

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