Html Css Color HEX #208249 Salem

📋 copy color: '#208249'

red 32 ◦ green 130 ◦ blue 73

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

Shades of Salem #208249

Tints of Salem #208249

RGB

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

 GREEN value IS 130 (51.17% from 255) = 55.32%

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

R = 13.62%
G = 55.32%
B = 31.06%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#208249 (or 0x208249) is known color: Salem. HEX triplet: 20, 82 and 49. RGB value is (32,130,73). Sum of RGB (Red+Green+Blue) = 32+130+73=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 130 (51.17% from 255 or 55.32% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 130 - color contains mainly: green. Hex color #208249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208249 is #DF7DB6. Grayscale: #5E5E5E. Windows color (decimal): -14646711 or 4817440. OLE color: 4817440.

HSL color Cylindrical-coordinate representation of color #208249: hue angle of 145.1º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #208249 is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 32 130 73 -
CMYK 0.75 0 0.44 0.49
HSL 145.1º 0.6% 0.32% -
HSV(B) 145.1º 0.75% 0.51% -
XYZ 9.78 16.75 9.02 -
YUV 94.2 116.03 83.63 -
System Red Green Blue C M Y K H S L
Decimal 32 130 73 0.75 0 0.44 0.49 145.1 0.6 0.32
Hex 20 82 49 4B 0 2C 31 91 3C 20
Octal 40 202 111 113 0 54 61 221 74 40
Binary 100000 10000010 1001001 1001011 0 101100 110001 10010001 111100 100000

Color Harmonies of #208249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208249

Black with #208249

Text Example


Text Example

White with #208249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208249; }

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

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

background-color css

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

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

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

border-color css

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

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

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