#215206

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

Shades of Myrtle #215206

Tints of Myrtle #215206

Color information

#215206 (or 0x215206) is unknown color: approx Myrtle. HEX triplet: 21, 52 and 06. RGB value is (33,82,6). Sum of RGB (Red+Green+Blue) = 33+82+6=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 82 (32.42% from 255 or 67.77% from 121); Blue value is 6 (2.73% from 255 or 4.96% from 121); Max value from RGB is 82 - color contains mainly: green. Hex color #215206 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215206 is #DEADF9. Grayscale: #3A3A3A. Windows color (decimal): -14593530 or 414241. OLE color: 414241.

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

Color convert

RGB33826-
CMYK0.6000.930.68
HSL98.68º86.36%17.25%-
HSV(B)98.68º92.68%32.16%-
XYZ3.686.371.21-
YUV58.6898.27109.68-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.27%
GREEN value IS 82 (32.42% from 255) = 67.77%
BLUE value IS 6 (2.73% from 255) = 4.96%
R=27.27%
G=67.77%
B=4.96%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal338260.6000.930.6898.6886.3617.25
Hex215263C05D44635611
Octal41122674013510414312621
Binary10000110100101101111000101110110001001100011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215206; }

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

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

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

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

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

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

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

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