#20470D

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

Shades of Myrtle #20470D

Tints of Myrtle #20470D

Color information

#20470D (or 0x20470D) is unknown color: approx Myrtle. HEX triplet: 20, 47 and 0D. RGB value is (32,71,13). Sum of RGB (Red+Green+Blue) = 32+71+13=116 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.59% from 116); Green value is 71 (28.12% from 255 or 61.21% from 116); Blue value is 13 (5.47% from 255 or 11.21% from 116); Max value from RGB is 71 - color contains mainly: green. Hex color #20470D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20470D is #DFB8F2. Grayscale: #343434. Windows color (decimal): -14661875 or 870176. OLE color: 870176.

HSL color Cylindrical-coordinate representation of color #20470D: hue angle of 100.34º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20470D is Cyan = 0.55, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB327113-
CMYK0.5500.820.72
HSL100.34º69.05%16.47%-
HSV(B)100.34º81.69%27.84%-
XYZ2.924.841.16-
YUV52.73105.58113.22-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 27.59%
GREEN value IS 71 (28.12% from 255) = 61.21%
BLUE value IS 13 (5.47% from 255) = 11.21%
R=27.59%
G=61.21%
B=11.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3271130.5500.820.72100.3469.0516.47
Hex2047D3705248644510
Octal401071567012211014410520
Binary100000100011111011101110101001010010001100100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20470D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,71,13); }

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

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

 a { background-color: rgb(32,71,13); }

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

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

 span { border-color: rgb(32,71,13); }

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