Html Css Color HEX #208049 Salem

📋 copy color: '#208049'

red 32 ◦ green 128 ◦ blue 73

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

Shades of Salem #208049

Tints of Salem #208049

RGB

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

 GREEN value IS 128 (50.39% from 255) = 54.94%

 BLUE value IS 73 (28.91% from 255) = 31.33%

R = 13.73%
G = 54.94%
B = 31.33%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#208049 (or 0x208049) is known color: Salem. HEX triplet: 20, 80 and 49. RGB value is (32,128,73). Sum of RGB (Red+Green+Blue) = 32+128+73=233 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.73% from 233); Green value is 128 (50.39% from 255 or 54.94% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 128 - color contains mainly: green. Hex color #208049 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208049 is #DF7FB6. Grayscale: #5D5D5D. Windows color (decimal): -14647223 or 4816928. OLE color: 4816928.

HSL color Cylindrical-coordinate representation of color #208049: hue angle of 145.62º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #208049 is Cyan = 0.75, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB 32 128 73 -
CMYK 0.75 0 0.43 0.50
HSL 145.63º 0.6% 0.31% -
HSV(B) 145.63º 0.75% 0.5% -
XYZ 9.52 16.23 8.93 -
YUV 93.03 116.7 84.47 -
System Red Green Blue C M Y K H S L
Decimal 32 128 73 0.75 0 0.43 0.50 145.63 0.6 0.31
Hex 20 80 49 4B 0 2B 32 92 3C 1F
Octal 40 200 111 113 0 53 62 222 74 37
Binary 100000 10000000 1001001 1001011 0 101011 110010 10010010 111100 11111

Color Harmonies of #208049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208049

Black with #208049

Text Example


Text Example

White with #208049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208049; }

 p { color: rgb(32,128,73); }

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

background-color css

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

 a { background-color: rgb(32,128,73); }

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

border-color css

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

 span { border-color: rgb(32,128,73); }

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