#205006

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

Shades of Myrtle #205006

Tints of Myrtle #205006

Color information

#205006 (or 0x205006) is unknown color: approx Myrtle. HEX triplet: 20, 50 and 06. RGB value is (32,80,6). Sum of RGB (Red+Green+Blue) = 32+80+6=118 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.12% from 118); Green value is 80 (31.64% from 255 or 67.80% from 118); Blue value is 6 (2.73% from 255 or 5.08% from 118); Max value from RGB is 80 - color contains mainly: green. Hex color #205006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #205006 is #DFAFF9. Grayscale: #393939. Windows color (decimal): -14659578 or 413728. OLE color: 413728.

HSL color Cylindrical-coordinate representation of color #205006: hue angle of 98.92º 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 #205006 is Cyan = 0.60, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB32806-
CMYK0.6000.920.69
HSL98.92º86.05%16.86%-
HSV(B)98.92º92.5%31.37%-
XYZ3.56.061.16-
YUV57.2199.1110.02-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 27.12%
GREEN value IS 80 (31.64% from 255) = 67.80%
BLUE value IS 6 (2.73% from 255) = 5.08%
R=27.12%
G=67.80%
B=5.08%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal328060.6000.920.6998.9286.0516.86
Hex205063C05C45635611
Octal40120674013410514312621
Binary10000010100001101111000101110010001011100011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205006; }

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

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

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

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

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

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

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

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