#208351

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

Shades of Salem #208351

Tints of Salem #208351

Color information

#208351 (or 0x208351) is unknown color: approx Salem. HEX triplet: 20, 83 and 51. RGB value is (32,131,81). Sum of RGB (Red+Green+Blue) = 32+131+81=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 131 (51.56% from 255 or 53.69% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 131 - color contains mainly: green. Hex color #208351 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208351 is #DF7CAE. Grayscale: #5F5F5F. Windows color (decimal): -14646447 or 5341984. OLE color: 5341984.

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

Color convert

RGB3213181-
CMYK0.7600.380.49
HSL149.7º60.74%31.96%-
HSV(B)149.7º75.57%51.37%-
XYZ10.217.1310.55-
YUV95.7119.782.57-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.11%
GREEN value IS 131 (51.56% from 255) = 53.69%
BLUE value IS 81 (32.03% from 255) = 33.20%
R=13.11%
G=53.69%
B=33.20%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32131810.7600.380.49149.760.7431.96
Hex2083514C02631963d20
Octal40203121114046612267540
Binary1000001000001110100011001100010011011000110010110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208351; }

 p { color: rgb(32,131,81); }

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

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

 a { background-color: rgb(32,131,81); }

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

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

 span { border-color: rgb(32,131,81); }

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