#204521

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

Shades of Myrtle #204521

Tints of Myrtle #204521

Color information

#204521 (or 0x204521) is unknown color: approx Myrtle. HEX triplet: 20, 45 and 21. RGB value is (32,69,33). Sum of RGB (Red+Green+Blue) = 32+69+33=134 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.88% from 134); Green value is 69 (27.34% from 255 or 51.49% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 69 - color contains mainly: green. Hex color #204521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204521 is #DFBADE. Grayscale: #353535. Windows color (decimal): -14662367 or 2180384. OLE color: 2180384.

HSL color Cylindrical-coordinate representation of color #204521: hue angle of 121.62º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #204521 is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.73.

Color convert

RGB326933-
CMYK0.5400.520.73
HSL121.62º36.63%19.8%-
HSV(B)121.62º53.62%27.06%-
XYZ34.672.18-
YUV53.83116.24112.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.88%
GREEN value IS 69 (27.34% from 255) = 51.49%
BLUE value IS 33 (13.28% from 255) = 24.63%
R=23.88%
G=51.49%
B=24.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3269330.5400.520.73121.6236.6319.8
Hex20452136034497a2514
Octal4010541660641111724524
Binary100000100010110000111011001101001001001111101010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204521; }

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

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

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

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

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

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

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

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