#20401D

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

Shades of Myrtle #20401D

Tints of Myrtle #20401D

Color information

#20401D (or 0x20401D) is unknown color: approx Myrtle. HEX triplet: 20, 40 and 1D. RGB value is (32,64,29). Sum of RGB (Red+Green+Blue) = 32+64+29=125 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.6% from 125); Green value is 64 (25.39% from 255 or 51.2% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 64 - color contains mainly: green. Hex color #20401D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20401D is #DFBFE2. Grayscale: #323232. Windows color (decimal): -14663651 or 1916960. OLE color: 1916960.

HSL color Cylindrical-coordinate representation of color #20401D: hue angle of 114.86º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #20401D is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB326429-
CMYK0.5000.550.75
HSL114.86º37.63%18.24%-
HSV(B)114.86º54.69%25.1%-
XYZ2.654.061.81-
YUV50.44115.9114.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 25.6%
GREEN value IS 64 (25.39% from 255) = 51.2%
BLUE value IS 29 (11.72% from 255) = 23.2%
R=25.6%
G=51.2%
B=23.2%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3264290.5000.550.75114.8637.6318.24
Hex20401D320374B732612
Octal4010035620671131634622
Binary10000010000001110111001001101111001011111001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20401D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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