#208559

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

Shades of Salem #208559

Tints of Salem #208559

Color information

#208559 (or 0x208559) is unknown color: approx Salem. HEX triplet: 20, 85 and 59. RGB value is (32,133,89). Sum of RGB (Red+Green+Blue) = 32+133+89=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 133 (52.34% from 255 or 52.36% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 133 - color contains mainly: green. Hex color #208559 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208559 is #DF7AA6. Grayscale: #616161. Windows color (decimal): -14645927 or 5866784. OLE color: 5866784.

HSL color Cylindrical-coordinate representation of color #208559: hue angle of 153.86º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208559 is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB3213389-
CMYK0.7600.330.48
HSL153.86º61.21%32.35%-
HSV(B)153.86º75.94%52.16%-
XYZ10.7917.812.32-
YUV97.78123.0481.08-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.60%
GREEN value IS 133 (52.34% from 255) = 52.36%
BLUE value IS 89 (35.16% from 255) = 35.04%
R=12.60%
G=52.36%
B=35.04%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal32133890.7600.330.48153.8661.2132.35
Hex2085594C021309a3d20
Octal40205131114041602327540
Binary1000001000010110110011001100010000111000010011010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208559; }

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

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

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

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

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

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

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

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