#20481D

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

Shades of Myrtle #20481D

Tints of Myrtle #20481D

Color information

#20481D (or 0x20481D) is unknown color: approx Myrtle. HEX triplet: 20, 48 and 1D. RGB value is (32,72,29). Sum of RGB (Red+Green+Blue) = 32+72+29=133 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.06% from 133); Green value is 72 (28.52% from 255 or 54.14% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 72 - color contains mainly: green. Hex color #20481D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20481D is #DFB7E2. Grayscale: #373737. Windows color (decimal): -14661603 or 1919008. OLE color: 1919008.

HSL color Cylindrical-coordinate representation of color #20481D: hue angle of 115.81º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #20481D is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB327229-
CMYK0.5600.600.72
HSL115.81º42.57%19.8%-
HSV(B)115.81º59.72%28.24%-
XYZ3.135.031.97-
YUV55.14113.25111.5-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.06%
GREEN value IS 72 (28.52% from 255) = 54.14%
BLUE value IS 29 (11.72% from 255) = 21.80%
R=24.06%
G=54.14%
B=21.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3272290.5600.600.72115.8142.5719.8
Hex20481D3803C48742b14
Octal4011035700741101645324
Binary10000010010001110111100001111001001000111010010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20481D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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