#20441B

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

Shades of Myrtle #20441B

Tints of Myrtle #20441B

Color information

#20441B (or 0x20441B) is unknown color: approx Myrtle. HEX triplet: 20, 44 and 1B. RGB value is (32,68,27). Sum of RGB (Red+Green+Blue) = 32+68+27=127 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.20% from 127); Green value is 68 (26.95% from 255 or 53.54% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 68 - color contains mainly: green. Hex color #20441B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20441B is #DFBBE4. Grayscale: #343434. Windows color (decimal): -14662629 or 1786912. OLE color: 1786912.

HSL color Cylindrical-coordinate representation of color #20441B: hue angle of 112.68º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #20441B is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB326827-
CMYK0.5300.600.73
HSL112.68º43.16%18.63%-
HSV(B)112.68º60.29%26.67%-
XYZ2.864.521.76-
YUV52.56113.57113.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 25.20%
GREEN value IS 68 (26.95% from 255) = 53.54%
BLUE value IS 27 (10.94% from 255) = 21.26%
R=25.20%
G=53.54%
B=21.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3268270.5300.600.73112.6843.1618.63
Hex20441B3503C49712b13
Octal4010433650741111615323
Binary10000010001001101111010101111001001001111000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20441B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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