#20480A

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

Shades of Myrtle #20480A

Tints of Myrtle #20480A

Color information

#20480A (or 0x20480A) is unknown color: approx Myrtle. HEX triplet: 20, 48 and 0A. RGB value is (32,72,10). Sum of RGB (Red+Green+Blue) = 32+72+10=114 (15% of max value = 765). Red value is 32 (12.89% from 255 or 28.07% from 114); Green value is 72 (28.52% from 255 or 63.16% from 114); Blue value is 10 (4.30% from 255 or 8.77% from 114); Max value from RGB is 72 - color contains mainly: green. Hex color #20480A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20480A is #DFB7F5. Grayscale: #353535. Windows color (decimal): -14661622 or 673824. OLE color: 673824.

HSL color Cylindrical-coordinate representation of color #20480A: hue angle of 98.71º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20480A is Cyan = 0.56, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB327210-
CMYK0.5600.860.72
HSL98.71º75.61%16.08%-
HSV(B)98.71º86.11%28.24%-
XYZ2.974.961.09-
YUV52.97103.75113.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 28.07%
GREEN value IS 72 (28.52% from 255) = 63.16%
BLUE value IS 10 (4.30% from 255) = 8.77%
R=28.07%
G=63.16%
B=8.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3272100.5600.860.7298.7175.6116.08
Hex2048A3805648634c10
Octal401101270012611014311420
Binary100000100100010101110000101011010010001100011100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20480A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20480A; }

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

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

<style>
 a { background-color: #20480A; }

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

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

<style>
 span { border-color: #20480A; }

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

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