Html Css Color HEX #147E49 Salem

📋 copy color: '#147E49'

red 20 ◦ green 126 ◦ blue 73

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

Shades of Salem #147E49

Tints of Salem #147E49

RGB

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

 GREEN value IS 126 (49.61% from 255) = 57.53%

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

R = 9.13%
G = 57.53%
B = 33.33%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#147E49 (or 0x147E49) is known color: Salem. HEX triplet: 14, 7E and 49. RGB value is (20,126,73). Sum of RGB (Red+Green+Blue) = 20+126+73=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 126 (49.61% from 255 or 57.53% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 126 - color contains mainly: green. Hex color #147E49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147E49 is #EB81B6. Grayscale: #585858. Windows color (decimal): -15434167 or 4816404. OLE color: 4816404.

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

Color convert

RGB 20 126 73 -
CMYK 0.84 0 0.42 0.51
HSL 150º 0.73% 0.29% -
HSV(B) 150º 0.84% 0.49% -
XYZ 8.95 15.55 8.83 -
YUV 88.26 119.38 79.31 -
System Red Green Blue C M Y K H S L
Decimal 20 126 73 0.84 0 0.42 0.51 150 0.73 0.29
Hex 14 7E 49 54 0 2A 33 96 49 1D
Octal 24 176 111 124 0 52 63 226 111 35
Binary 10100 1111110 1001001 1010100 0 101010 110011 10010110 1001001 11101

Color Harmonies of #147E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147E49

Black with #147E49

Text Example


Text Example

White with #147E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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