#215006

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

Shades of Myrtle #215006

Tints of Myrtle #215006

Color information

#215006 (or 0x215006) is unknown color: approx Myrtle. HEX triplet: 21, 50 and 06. RGB value is (33,80,6). Sum of RGB (Red+Green+Blue) = 33+80+6=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 80 (31.64% from 255 or 67.23% from 119); Blue value is 6 (2.73% from 255 or 5.04% from 119); Max value from RGB is 80 - color contains mainly: green. Hex color #215006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215006 is #DEAFF9. Grayscale: #393939. Windows color (decimal): -14594042 or 413729. OLE color: 413729.

HSL color Cylindrical-coordinate representation of color #215006: hue angle of 98.11º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #215006 is Cyan = 0.59, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB33806-
CMYK0.5900.920.69
HSL98.11º86.05%16.86%-
HSV(B)98.11º92.5%31.37%-
XYZ3.536.071.16-
YUV57.5198.93110.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.73%
GREEN value IS 80 (31.64% from 255) = 67.23%
BLUE value IS 6 (2.73% from 255) = 5.04%
R=27.73%
G=67.23%
B=5.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal338060.5900.920.6998.1186.0516.86
Hex215063B05C45625611
Octal41120673013410514212621
Binary10000110100001101110110101110010001011100010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215006; }

 p { color: rgb(33,80,6); }

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

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

 a { background-color: rgb(33,80,6); }

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

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

 span { border-color: rgb(33,80,6); }

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