#204221

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

Shades of Myrtle #204221

Tints of Myrtle #204221

Color information

#204221 (or 0x204221) is unknown color: approx Myrtle. HEX triplet: 20, 42 and 21. RGB value is (32,66,33). Sum of RGB (Red+Green+Blue) = 32+66+33=131 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.43% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 33 (13.28% from 255 or 25.19% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #204221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204221 is #DFBDDE. Grayscale: #343434. Windows color (decimal): -14663135 or 2179616. OLE color: 2179616.

HSL color Cylindrical-coordinate representation of color #204221: hue angle of 121.76º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #204221 is Cyan = 0.52, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.74.

Color convert

RGB326633-
CMYK0.5200.50.74
HSL121.76º34.69%19.22%-
HSV(B)121.76º51.52%25.88%-
XYZ2.824.312.12-
YUV52.07117.24113.68-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.43%
GREEN value IS 66 (26.17% from 255) = 50.38%
BLUE value IS 33 (13.28% from 255) = 25.19%
R=24.43%
G=50.38%
B=25.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3266330.5200.50.74121.7634.6919.22
Hex204221340324A7a2313
Octal4010241640621121724323
Binary100000100001010000111010001100101001010111101010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204221; }

 p { color: rgb(32,66,33); }

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

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

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

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

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

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

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