#206015

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

Shades of Myrtle #206015

Tints of Myrtle #206015

Color information

#206015 (or 0x206015) is unknown color: approx Myrtle. HEX triplet: 20, 60 and 15. RGB value is (32,96,21). Sum of RGB (Red+Green+Blue) = 32+96+21=149 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.48% from 149); Green value is 96 (37.89% from 255 or 64.43% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 96 - color contains mainly: green. Hex color #206015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #206015 is #DF9FEA. Grayscale: #444444. Windows color (decimal): -14655467 or 1400864. OLE color: 1400864.

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

Color convert

RGB329621-
CMYK0.6700.780.62
HSL111.2º64.1%22.94%-
HSV(B)111.2º78.12%37.65%-
XYZ4.918.732.13-
YUV68.31101.3102.1-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.48%
GREEN value IS 96 (37.89% from 255) = 64.43%
BLUE value IS 21 (8.59% from 255) = 14.09%
R=21.48%
G=64.43%
B=14.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3296210.6700.780.62111.264.122.94
Hex2060154304E3E6f4017
Octal401402510301167615710027
Binary1000001100000101011000011010011101111101101111100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206015; }

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

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

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

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

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

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

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

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