#205005

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

Shades of Myrtle #205005

Tints of Myrtle #205005

Color information

#205005 (or 0x205005) is unknown color: approx Myrtle. HEX triplet: 20, 50 and 05. RGB value is (32,80,5). Sum of RGB (Red+Green+Blue) = 32+80+5=117 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.35% from 117); Green value is 80 (31.64% from 255 or 68.38% from 117); Blue value is 5 (2.34% from 255 or 4.27% from 117); Max value from RGB is 80 - color contains mainly: green. Hex color #205005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #205005 is #DFAFFA. Grayscale: #393939. Windows color (decimal): -14659579 or 348192. OLE color: 348192.

HSL color Cylindrical-coordinate representation of color #205005: hue angle of 98.4º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #205005 is Cyan = 0.60, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB32805-
CMYK0.6000.940.69
HSL98.4º88.24%16.67%-
HSV(B)98.4º93.75%31.37%-
XYZ3.496.061.13-
YUV57.198.6110.1-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 27.35%
GREEN value IS 80 (31.64% from 255) = 68.38%
BLUE value IS 5 (2.34% from 255) = 4.27%
R=27.35%
G=68.38%
B=4.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal328050.6000.940.6998.488.2416.67
Hex205053C05E45625811
Octal40120574013610514213021
Binary10000010100001011111000101111010001011100010101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205005; }

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

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

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

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

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

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

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

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