Html Css Color HEX #208357 Salem

📋 copy color: '#208357'

red 32 ◦ green 131 ◦ blue 87

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

Shades of Salem #208357

Tints of Salem #208357

RGB

 RED value IS 32 (12.89% from 255) = 12.8%

 GREEN value IS 131 (51.56% from 255) = 52.4%

 BLUE value IS 87 (34.38% from 255) = 34.8%

R = 12.8%
G = 52.4%
B = 34.8%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#208357 (or 0x208357) is known color: Salem. HEX triplet: 20, 83 and 57. RGB value is (32,131,87). Sum of RGB (Red+Green+Blue) = 32+131+87=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 131 (51.56% from 255 or 52.4% from 250); Blue value is 87 (34.38% from 255 or 34.8% from 250); Max value from RGB is 131 - color contains mainly: green. Hex color #208357 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208357 is #DF7CA8. Grayscale: #606060. Windows color (decimal): -14646441 or 5735200. OLE color: 5735200.

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

Color convert

RGB 32 131 87 -
CMYK 0.76 0 0.34 0.49
HSL 153.33º 0.61% 0.32% -
HSV(B) 153.33º 0.76% 0.51% -
XYZ 10.43 17.23 11.79 -
YUV 96.38 122.7 82.08 -
System Red Green Blue C M Y K H S L
Decimal 32 131 87 0.76 0 0.34 0.49 153.33 0.61 0.32
Hex 20 83 57 4C 0 22 31 99 3D 20
Octal 40 203 127 114 0 42 61 231 75 40
Binary 100000 10000011 1010111 1001100 0 100010 110001 10011001 111101 100000

Color Harmonies of #208357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208357

Black with #208357

Text Example


Text Example

White with #208357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208357; }

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

 H1.HeaderClassName
 {
   color: #208357;
 }
 .AnyTagClassName
 {
   color: #208357;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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