#208159

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

Shades of Salem #208159

Tints of Salem #208159

Color information

#208159 (or 0x208159) is unknown color: approx Salem. HEX triplet: 20, 81 and 59. RGB value is (32,129,89). Sum of RGB (Red+Green+Blue) = 32+129+89=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 129 (50.78% from 255 or 51.6% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 129 - color contains mainly: green. Hex color #208159 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208159 is #DF7EA6. Grayscale: #5F5F5F. Windows color (decimal): -14646951 or 5865760. OLE color: 5865760.

HSL color Cylindrical-coordinate representation of color #208159: hue angle of 155.26º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #208159 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB3212989-
CMYK0.7500.310.49
HSL155.26º60.25%31.57%-
HSV(B)155.26º75.19%50.59%-
XYZ10.2516.7312.14-
YUV95.44124.3682.75-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.8%
GREEN value IS 129 (50.78% from 255) = 51.6%
BLUE value IS 89 (35.16% from 255) = 35.6%
R=12.8%
G=51.6%
B=35.6%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32129890.7500.310.49155.2660.2531.57
Hex2081594B01F319b3c20
Octal40201131113037612337440
Binary100000100000011011001100101101111111000110011011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208159; }

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

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

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

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

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

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

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

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