#20421D

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

Shades of Myrtle #20421D

Tints of Myrtle #20421D

Color information

#20421D (or 0x20421D) is unknown color: approx Myrtle. HEX triplet: 20, 42 and 1D. RGB value is (32,66,29). Sum of RGB (Red+Green+Blue) = 32+66+29=127 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.20% from 127); Green value is 66 (26.17% from 255 or 51.97% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 66 - color contains mainly: green. Hex color #20421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20421D is #DFBDE2. Grayscale: #333333. Windows color (decimal): -14663139 or 1917472. OLE color: 1917472.

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

Color convert

RGB326629-
CMYK0.5200.560.74
HSL115.14º38.95%18.63%-
HSV(B)115.14º56.06%25.88%-
XYZ2.774.291.85-
YUV51.62115.24114.01-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 25.20%
GREEN value IS 66 (26.17% from 255) = 51.97%
BLUE value IS 29 (11.72% from 255) = 22.83%
R=25.20%
G=51.97%
B=22.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3266290.5200.560.74115.1438.9518.63
Hex20421D340384A732713
Octal4010235640701121634723
Binary10000010000101110111010001110001001010111001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20421D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20421D; }

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

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

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

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

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

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

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

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