#216015

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

Shades of Myrtle #216015

Tints of Myrtle #216015

Color information

#216015 (or 0x216015) is unknown color: approx Myrtle. HEX triplet: 21, 60 and 15. RGB value is (33,96,21). Sum of RGB (Red+Green+Blue) = 33+96+21=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 96 (37.89% from 255 or 64% from 150); Blue value is 21 (8.59% from 255 or 14% from 150); Max value from RGB is 96 - color contains mainly: green. Hex color #216015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216015 is #DE9FEA. Grayscale: #444444. Windows color (decimal): -14589931 or 1400865. OLE color: 1400865.

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

Color convert

RGB339621-
CMYK0.6600.780.62
HSL110.4º64.1%22.94%-
HSV(B)110.4º78.12%37.65%-
XYZ4.958.742.14-
YUV68.61101.13102.6-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22%
GREEN value IS 96 (37.89% from 255) = 64%
BLUE value IS 21 (8.59% from 255) = 14%
R=22%
G=64%
B=14%

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
Decimal3396210.6600.780.62110.464.122.94
Hex2160154204E3E6e4017
Octal411402510201167615610027
Binary1000011100000101011000010010011101111101101110100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216015; }

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

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

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

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

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

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

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

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