#216215

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

Shades of Myrtle #216215

Tints of Myrtle #216215

Color information

#216215 (or 0x216215) is unknown color: approx Myrtle. HEX triplet: 21, 62 and 15. RGB value is (33,98,21). Sum of RGB (Red+Green+Blue) = 33+98+21=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 98 (38.67% from 255 or 64.47% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 98 - color contains mainly: green. Hex color #216215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216215 is #DE9DEA. Grayscale: #464646. Windows color (decimal): -14589419 or 1401377. OLE color: 1401377.

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

Color convert

RGB339821-
CMYK0.6600.790.62
HSL110.65º64.71%23.33%-
HSV(B)110.65º78.57%38.43%-
XYZ5.139.112.2-
YUV69.79100.47101.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.71%
GREEN value IS 98 (38.67% from 255) = 64.47%
BLUE value IS 21 (8.59% from 255) = 13.82%
R=21.71%
G=64.47%
B=13.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3398210.6600.790.62110.6564.7123.33
Hex2162154204F3E6f4117
Octal411422510201177615710127
Binary1000011100010101011000010010011111111101101111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216215; }

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

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

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

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

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

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

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

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