Html Css Color HEX #208149 Salem

📋 copy color: '#208149'

red 32 ◦ green 129 ◦ blue 73

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

Shades of Salem #208149

Tints of Salem #208149

RGB

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

 GREEN value IS 129 (50.78% from 255) = 55.13%

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

R = 13.68%
G = 55.13%
B = 31.2%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#208149 (or 0x208149) is known color: Salem. HEX triplet: 20, 81 and 49. RGB value is (32,129,73). Sum of RGB (Red+Green+Blue) = 32+129+73=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 129 (50.78% from 255 or 55.13% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 129 - color contains mainly: green. Hex color #208149 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208149 is #DF7EB6. Grayscale: #5D5D5D. Windows color (decimal): -14646967 or 4817184. OLE color: 4817184.

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

Color convert

RGB 32 129 73 -
CMYK 0.75 0 0.43 0.49
HSL 145.36º 0.6% 0.32% -
HSV(B) 145.36º 0.75% 0.51% -
XYZ 9.65 16.49 8.98 -
YUV 93.61 116.36 84.05 -
System Red Green Blue C M Y K H S L
Decimal 32 129 73 0.75 0 0.43 0.49 145.36 0.6 0.32
Hex 20 81 49 4B 0 2B 31 91 3C 20
Octal 40 201 111 113 0 53 61 221 74 40
Binary 100000 10000001 1001001 1001011 0 101011 110001 10010001 111100 100000

Color Harmonies of #208149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208149

Black with #208149

Text Example


Text Example

White with #208149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208149; }

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

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

background-color css

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

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

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

border-color css

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

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

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