Html Css Color HEX #208550 Salem

📋 copy color: '#208550'

red 32 ◦ green 133 ◦ blue 80

#208550
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #208550

Tints of Salem #208550

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 value IS 0.76

 M value IS 0

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#208550 (or 0x208550) is known color: 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

RGB 32 133 80 -
CMYK 0.76 0 0.40 0.48
HSL 148.51º 0.61% 0.32% -
HSV(B) 148.51º 0.76% 0.52% -
XYZ 10.43 17.66 10.45 -
YUV 96.76 118.54 81.81 -
System Red Green Blue C M Y K H S L
Decimal 32 133 80 0.76 0 0.40 0.48 148.51 0.61 0.32
Hex 20 85 50 4C 0 28 30 95 3D 20
Octal 40 205 120 114 0 50 60 225 75 40
Binary 100000 10000101 1010000 1001100 0 101000 110000 10010101 111101 100000

Color Harmonies of #208550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208550

Black with #208550

Text Example


Text Example

White with #208550

Text Example


Text Example

HTML Codes & Css Web 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>