#20805A

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

Shades of Salem #20805A

Tints of Salem #20805A

Color information

#20805A (or 0x20805A) is unknown color: approx Salem. HEX triplet: 20, 80 and 5A. RGB value is (32,128,90). Sum of RGB (Red+Green+Blue) = 32+128+90=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 128 (50.39% from 255 or 51.2% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 128 - color contains mainly: green. Hex color #20805A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20805A is #DF7FA5. Grayscale: #5F5F5F. Windows color (decimal): -14647206 or 5931040. OLE color: 5931040.

HSL color Cylindrical-coordinate representation of color #20805A: hue angle of 156.25º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20805A is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB3212890-
CMYK0.7500.300.50
HSL156.25º60%31.37%-
HSV(B)156.25º75%50.2%-
XYZ10.1616.4812.32-
YUV94.96125.283.09-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.8%
GREEN value IS 128 (50.39% from 255) = 51.2%
BLUE value IS 90 (35.55% from 255) = 36%
R=12.8%
G=51.2%
B=36%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal32128900.7500.300.50156.256031.37
Hex20805A4B01E329c3c1f
Octal40200132113036622347437
Binary10000010000000101101010010110111101100101001110011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20805A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,128,90); }

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

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

 a { background-color: rgb(32,128,90); }

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

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

 span { border-color: rgb(32,128,90); }

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