#205000

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

Shades of Myrtle #205000

Tints of Myrtle #205000

Color information

#205000 (or 0x205000) is unknown color: approx Myrtle. HEX triplet: 20, 50 and 00. RGB value is (32,80,0). Sum of RGB (Red+Green+Blue) = 32+80+0=112 (14% of max value = 765). Red value is 32 (12.89% from 255 or 28.57% from 112); Green value is 80 (31.64% from 255 or 71.43% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 80 - color contains mainly: green. Hex color #205000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #205000 is #DFAFFF. Grayscale: #383838. Windows color (decimal): -14659584 or 20512. OLE color: 20512.

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

Color convert

RGB32800-
CMYK0.60010.69
HSL96º100%15.69%-
HSV(B)96º100%31.37%-
XYZ3.466.040.98-
YUV56.5396.1110.5-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 28.57%
GREEN value IS 80 (31.64% from 255) = 71.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=28.57%
G=71.43%
B=0%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal328000.60010.699610015.69
Hex205003C06445606410
Octal40120074014410514014420
Binary100000101000001111000110010010001011100000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205000; }

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

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

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

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

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

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

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

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