#216115

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

Shades of Myrtle #216115

Tints of Myrtle #216115

Color information

#216115 (or 0x216115) is unknown color: approx Myrtle. HEX triplet: 21, 61 and 15. RGB value is (33,97,21). Sum of RGB (Red+Green+Blue) = 33+97+21=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 97 (38.28% from 255 or 64.24% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 97 - color contains mainly: green. Hex color #216115 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216115 is #DE9EEA. Grayscale: #454545. Windows color (decimal): -14589675 or 1401121. OLE color: 1401121.

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

Color convert

RGB339721-
CMYK0.6600.780.62
HSL110.53º64.41%23.14%-
HSV(B)110.53º78.35%38.04%-
XYZ5.048.932.17-
YUV69.2100.8102.18-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.85%
GREEN value IS 97 (38.28% from 255) = 64.24%
BLUE value IS 21 (8.59% from 255) = 13.91%
R=21.85%
G=64.24%
B=13.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3397210.6600.780.62110.5364.4123.14
Hex2161154204E3E6f4017
Octal411412510201167615710027
Binary1000011100001101011000010010011101111101101111100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216115; }

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

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

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

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

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

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

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

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