#215216

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

Shades of Myrtle #215216

Tints of Myrtle #215216

Color information

#215216 (or 0x215216) is unknown color: approx Myrtle. HEX triplet: 21, 52 and 16. RGB value is (33,82,22). Sum of RGB (Red+Green+Blue) = 33+82+22=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 82 (32.42% from 255 or 59.85% from 137); Blue value is 22 (8.98% from 255 or 16.06% from 137); Max value from RGB is 82 - color contains mainly: green. Hex color #215216 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215216 is #DEADE9. Grayscale: #3C3C3C. Windows color (decimal): -14593514 or 1462817. OLE color: 1462817.

HSL color Cylindrical-coordinate representation of color #215216: hue angle of 109º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #215216 is Cyan = 0.60, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB338222-
CMYK0.6000.730.68
HSL109º57.69%20.39%-
HSV(B)109º73.17%32.16%-
XYZ3.796.421.8-
YUV60.51106.27108.38-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.09%
GREEN value IS 82 (32.42% from 255) = 59.85%
BLUE value IS 22 (8.98% from 255) = 16.06%
R=24.09%
G=59.85%
B=16.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3382220.6000.730.6810957.6920.39
Hex2152163C049446d3a14
Octal41122267401111041557224
Binary100001101001010110111100010010011000100110110111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215216; }

 p { color: rgb(33,82,22); }

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

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

 a { background-color: rgb(33,82,22); }

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

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

 span { border-color: rgb(33,82,22); }

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