#20490F

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

Shades of Myrtle #20490F

Tints of Myrtle #20490F

Color information

#20490F (or 0x20490F) is unknown color: approx Myrtle. HEX triplet: 20, 49 and 0F. RGB value is (32,73,15). Sum of RGB (Red+Green+Blue) = 32+73+15=120 (15% of max value = 765). Red value is 32 (12.89% from 255 or 26.67% from 120); Green value is 73 (28.91% from 255 or 60.83% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 73 - color contains mainly: green. Hex color #20490F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20490F is #DFB6F0. Grayscale: #363636. Windows color (decimal): -14661361 or 1001760. OLE color: 1001760.

HSL color Cylindrical-coordinate representation of color #20490F: hue angle of 102.41º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20490F is Cyan = 0.56, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB327315-
CMYK0.5600.790.71
HSL102.41º65.91%17.25%-
HSV(B)102.41º79.45%28.63%-
XYZ3.065.111.28-
YUV54.13105.92112.22-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 26.67%
GREEN value IS 73 (28.91% from 255) = 60.83%
BLUE value IS 15 (6.25% from 255) = 12.5%
R=26.67%
G=60.83%
B=12.5%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3273150.5600.790.71102.4165.9117.25
Hex2049F3804F47664211
Octal401111770011710714610221
Binary100000100100111111110000100111110001111100110100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20490F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20490F; }

 p { color: rgb(32,73,15); }

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

<style>
 a { background-color: #20490F; }

 a { background-color: rgb(32,73,15); }

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

<style>
 span { border-color: #20490F; }

 span { border-color: rgb(32,73,15); }

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