#204020

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

Shades of Myrtle #204020

Tints of Myrtle #204020

Color information

#204020 (or 0x204020) is unknown color: approx Myrtle. HEX triplet: 20, 40 and 20. RGB value is (32,64,32). Sum of RGB (Red+Green+Blue) = 32+64+32=128 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25% from 128); Green value is 64 (25.39% from 255 or 50% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 64 - color contains mainly: green. Hex color #204020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204020 is #DFBFDF. Grayscale: #323232. Windows color (decimal): -14663648 or 2113568. OLE color: 2113568.

HSL color Cylindrical-coordinate representation of color #204020: hue angle of 120º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #204020 is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB326432-
CMYK0.5000.500.75
HSL120º33.33%18.82%-
HSV(B)120º50%25.1%-
XYZ2.694.082.01-
YUV50.78117.4114.6-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 25%
GREEN value IS 64 (25.39% from 255) = 50%
BLUE value IS 32 (12.89% from 255) = 25%
R=25%
G=50%
B=25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3264320.5000.500.7512033.3318.82
Hex204020320324B782113
Octal4010040620621131704123
Binary100000100000010000011001001100101001011111100010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204020; }

 p { color: rgb(32,64,32); }

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

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

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

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

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

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

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