#208352

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

Shades of Salem #208352

Tints of Salem #208352

Color information

#208352 (or 0x208352) is unknown color: approx Salem. HEX triplet: 20, 83 and 52. RGB value is (32,131,82). Sum of RGB (Red+Green+Blue) = 32+131+82=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 131 (51.56% from 255 or 53.47% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 131 - color contains mainly: green. Hex color #208352 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208352 is #DF7CAD. Grayscale: #5F5F5F. Windows color (decimal): -14646446 or 5407520. OLE color: 5407520.

HSL color Cylindrical-coordinate representation of color #208352: hue angle of 150.3º 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 #208352 is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB3213182-
CMYK0.7600.370.49
HSL150.3º60.74%31.96%-
HSV(B)150.3º75.57%51.37%-
XYZ10.2317.1510.75-
YUV95.81120.282.48-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.06%
GREEN value IS 131 (51.56% from 255) = 53.47%
BLUE value IS 82 (32.42% from 255) = 33.47%
R=13.06%
G=53.47%
B=33.47%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32131820.7600.370.49150.360.7431.96
Hex2083524C02531963d20
Octal40203122114045612267540
Binary1000001000001110100101001100010010111000110010110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208352; }

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

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

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

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

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

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

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

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