Html Css Color HEX #147C49 Salem

📋 copy color: '#147C49'

red 20 ◦ green 124 ◦ blue 73

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

Shades of Salem #147C49

Tints of Salem #147C49

RGB

 RED value IS 20 (8.2% from 255) = 9.22%

 GREEN value IS 124 (48.83% from 255) = 57.14%

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

R = 9.22%
G = 57.14%
B = 33.64%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#147C49 (or 0x147C49) is known color: Salem. HEX triplet: 14, 7C and 49. RGB value is (20,124,73). Sum of RGB (Red+Green+Blue) = 20+124+73=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 124 (48.83% from 255 or 57.14% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 124 - color contains mainly: green. Hex color #147C49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147C49 is #EB83B6. Grayscale: #575757. Windows color (decimal): -15434679 or 4815892. OLE color: 4815892.

HSL color Cylindrical-coordinate representation of color #147C49: hue angle of 150.58º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147C49 is Cyan = 0.84, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 124 73 -
CMYK 0.84 0 0.41 0.51
HSL 150.58º 0.72% 0.28% -
HSV(B) 150.58º 0.84% 0.49% -
XYZ 8.7 15.05 8.75 -
YUV 87.09 120.04 80.15 -
System Red Green Blue C M Y K H S L
Decimal 20 124 73 0.84 0 0.41 0.51 150.58 0.72 0.28
Hex 14 7C 49 54 0 29 33 97 48 1C
Octal 24 174 111 124 0 51 63 227 110 34
Binary 10100 1111100 1001001 1010100 0 101001 110011 10010111 1001000 11100

Color Harmonies of #147C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147C49

Black with #147C49

Text Example


Text Example

White with #147C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147C49; }

 p { color: rgb(20,124,73); }

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

background-color css

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

 a { background-color: rgb(20,124,73); }

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

border-color css

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

 span { border-color: rgb(20,124,73); }

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