#208452

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

Shades of Salem #208452

Tints of Salem #208452

Color information

#208452 (or 0x208452) is unknown color: approx Salem. HEX triplet: 20, 84 and 52. RGB value is (32,132,82). Sum of RGB (Red+Green+Blue) = 32+132+82=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 132 (51.95% from 255 or 53.66% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 132 - color contains mainly: green. Hex color #208452 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208452 is #DF7BAD. Grayscale: #606060. Windows color (decimal): -14646190 or 5407776. OLE color: 5407776.

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

Color convert

RGB3213282-
CMYK0.7600.380.48
HSL150º60.98%32.16%-
HSV(B)150º75.76%51.76%-
XYZ10.3717.4210.8-
YUV96.4119.8782.07-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.01%
GREEN value IS 132 (51.95% from 255) = 53.66%
BLUE value IS 82 (32.42% from 255) = 33.33%
R=13.01%
G=53.66%
B=33.33%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal32132820.7600.380.4815060.9832.16
Hex2084524C02630963d20
Octal40204122114046602267540
Binary1000001000010010100101001100010011011000010010110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208452; }

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

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

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

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

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

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

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

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