#208059

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

Shades of Salem #208059

Tints of Salem #208059

Color information

#208059 (or 0x208059) is unknown color: approx Salem. HEX triplet: 20, 80 and 59. RGB value is (32,128,89). Sum of RGB (Red+Green+Blue) = 32+128+89=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 128 (50.39% from 255 or 51.41% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 128 - color contains mainly: green. Hex color #208059 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208059 is #DF7FA6. Grayscale: #5E5E5E. Windows color (decimal): -14647207 or 5865504. OLE color: 5865504.

HSL color Cylindrical-coordinate representation of color #208059: hue angle of 155.62º 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 #208059 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB3212889-
CMYK0.7500.300.50
HSL155.62º60%31.37%-
HSV(B)155.62º75%50.2%-
XYZ10.1216.4712.1-
YUV94.85124.783.17-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.85%
GREEN value IS 128 (50.39% from 255) = 51.41%
BLUE value IS 89 (35.16% from 255) = 35.74%
R=12.85%
G=51.41%
B=35.74%

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
Decimal32128890.7500.300.50155.626031.37
Hex2080594B01E329c3c1f
Octal40200131113036622347437
Binary10000010000000101100110010110111101100101001110011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208059; }

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

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

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

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

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

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

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

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