Html Css Color HEX #208350 Salem

📋 copy color: '#208350'

red 32 ◦ green 131 ◦ blue 80

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

Shades of Salem #208350

Tints of Salem #208350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 32.92%

R = 13.17%
G = 53.91%
B = 32.92%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#208350 (or 0x208350) is known color: Salem. HEX triplet: 20, 83 and 50. RGB value is (32,131,80). Sum of RGB (Red+Green+Blue) = 32+131+80=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 131 (51.56% from 255 or 53.91% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 131 - color contains mainly: green. Hex color #208350 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208350 is #DF7CAF. Grayscale: #5F5F5F. Windows color (decimal): -14646448 or 5276448. OLE color: 5276448.

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

Color convert

RGB 32 131 80 -
CMYK 0.76 0 0.39 0.49
HSL 149.09º 0.61% 0.32% -
HSV(B) 149.09º 0.76% 0.51% -
XYZ 10.16 17.12 10.36 -
YUV 95.59 119.2 82.65 -
System Red Green Blue C M Y K H S L
Decimal 32 131 80 0.76 0 0.39 0.49 149.09 0.61 0.32
Hex 20 83 50 4C 0 27 31 95 3D 20
Octal 40 203 120 114 0 47 61 225 75 40
Binary 100000 10000011 1010000 1001100 0 100111 110001 10010101 111101 100000

Color Harmonies of #208350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208350

Black with #208350

Text Example


Text Example

White with #208350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208350; }

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

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

background-color css

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

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

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

border-color css

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

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

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