#206115

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

Shades of Myrtle #206115

Tints of Myrtle #206115

Color information

#206115 (or 0x206115) is unknown color: approx Myrtle. HEX triplet: 20, 61 and 15. RGB value is (32,97,21). Sum of RGB (Red+Green+Blue) = 32+97+21=150 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.33% from 150); Green value is 97 (38.28% from 255 or 64.67% from 150); Blue value is 21 (8.59% from 255 or 14% from 150); Max value from RGB is 97 - color contains mainly: green. Hex color #206115 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #206115 is #DF9EEA. Grayscale: #454545. Windows color (decimal): -14655211 or 1401120. OLE color: 1401120.

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

Color convert

RGB329721-
CMYK0.6700.780.62
HSL111.32º64.41%23.14%-
HSV(B)111.32º78.35%38.04%-
XYZ5.018.912.17-
YUV68.9100.97101.68-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.33%
GREEN value IS 97 (38.28% from 255) = 64.67%
BLUE value IS 21 (8.59% from 255) = 14%
R=21.33%
G=64.67%
B=14%

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
Decimal3297210.6700.780.62111.3264.4123.14
Hex2061154304E3E6f4017
Octal401412510301167615710027
Binary1000001100001101011000011010011101111101101111100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206115; }

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

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

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

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

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

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

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

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