#20401B

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

Shades of Myrtle #20401B

Tints of Myrtle #20401B

Color information

#20401B (or 0x20401B) is unknown color: approx Myrtle. HEX triplet: 20, 40 and 1B. RGB value is (32,64,27). Sum of RGB (Red+Green+Blue) = 32+64+27=123 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.02% from 123); Green value is 64 (25.39% from 255 or 52.03% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 64 - color contains mainly: green. Hex color #20401B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20401B is #DFBFE4. Grayscale: #323232. Windows color (decimal): -14663653 or 1785888. OLE color: 1785888.

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

Color convert

RGB326427-
CMYK0.5000.580.75
HSL111.89º40.66%17.84%-
HSV(B)111.89º57.81%25.1%-
XYZ2.634.051.68-
YUV50.21114.9115.01-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 26.02%
GREEN value IS 64 (25.39% from 255) = 52.03%
BLUE value IS 27 (10.94% from 255) = 21.95%
R=26.02%
G=52.03%
B=21.95%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3264270.5000.580.75111.8940.6617.84
Hex20401B3203A4B702912
Octal4010033620721131605122
Binary10000010000001101111001001110101001011111000010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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