#20500B

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

Shades of Myrtle #20500B

Tints of Myrtle #20500B

Color information

#20500B (or 0x20500B) is unknown color: approx Myrtle. HEX triplet: 20, 50 and 0B. RGB value is (32,80,11). Sum of RGB (Red+Green+Blue) = 32+80+11=123 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.02% from 123); Green value is 80 (31.64% from 255 or 65.04% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 80 - color contains mainly: green. Hex color #20500B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20500B is #DFAFF4. Grayscale: #3A3A3A. Windows color (decimal): -14659573 or 741408. OLE color: 741408.

HSL color Cylindrical-coordinate representation of color #20500B: hue angle of 101.74º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20500B is Cyan = 0.60, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB328011-
CMYK0.6000.860.69
HSL101.74º75.82%17.84%-
HSV(B)101.74º86.25%31.37%-
XYZ3.526.071.3-
YUV57.78101.6109.61-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 26.02%
GREEN value IS 80 (31.64% from 255) = 65.04%
BLUE value IS 11 (4.69% from 255) = 8.94%
R=26.02%
G=65.04%
B=8.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3280110.6000.860.69101.7475.8217.84
Hex2050B3C05645664c12
Octal401201374012610514611422
Binary100000101000010111111000101011010001011100110100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20500B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,80,11); }

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

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

 a { background-color: rgb(32,80,11); }

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

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

 span { border-color: rgb(32,80,11); }

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