#208550

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

Shades of Salem #208550

Tints of Salem #208550

Color information

#208550 (or 0x208550) is unknown color: approx Salem. HEX triplet: 20, 85 and 50. RGB value is (32,133,80). Sum of RGB (Red+Green+Blue) = 32+133+80=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 133 (52.34% from 255 or 54.29% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 133 - color contains mainly: green. Hex color #208550 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208550 is #DF7AAF. Grayscale: #606060. Windows color (decimal): -14645936 or 5276960. OLE color: 5276960.

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

Color convert

RGB3213380-
CMYK0.7600.400.48
HSL148.51º61.21%32.35%-
HSV(B)148.51º75.94%52.16%-
XYZ10.4317.6610.45-
YUV96.76118.5481.81-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.06%
GREEN value IS 133 (52.34% from 255) = 54.29%
BLUE value IS 80 (31.64% from 255) = 32.65%
R=13.06%
G=54.29%
B=32.65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal32133800.7600.400.48148.5161.2132.35
Hex2085504C02830953d20
Octal40205120114050602257540
Binary1000001000010110100001001100010100011000010010101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208550; }

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

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

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

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

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

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

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

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