Html Css Color HEX #147E50 Salem

📋 copy color: '#147E50'

red 20 ◦ green 126 ◦ blue 80

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

Shades of Salem #147E50

Tints of Salem #147E50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 35.4%

R = 8.85%
G = 55.75%
B = 35.4%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#147E50 (or 0x147E50) is known color: Salem. HEX triplet: 14, 7E and 50. RGB value is (20,126,80). Sum of RGB (Red+Green+Blue) = 20+126+80=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 126 (49.61% from 255 or 55.75% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 126 - color contains mainly: green. Hex color #147E50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147E50 is #EB81AF. Grayscale: #595959. Windows color (decimal): -15434160 or 5275156. OLE color: 5275156.

HSL color Cylindrical-coordinate representation of color #147E50: hue angle of 153.96º 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 #147E50 is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 126 80 -
CMYK 0.84 0 0.37 0.51
HSL 153.96º 0.73% 0.29% -
HSV(B) 153.96º 0.84% 0.49% -
XYZ 9.2 15.65 10.13 -
YUV 89.06 122.88 78.74 -
System Red Green Blue C M Y K H S L
Decimal 20 126 80 0.84 0 0.37 0.51 153.96 0.73 0.29
Hex 14 7E 50 54 0 25 33 9A 49 1D
Octal 24 176 120 124 0 45 63 232 111 35
Binary 10100 1111110 1010000 1010100 0 100101 110011 10011010 1001001 11101

Color Harmonies of #147E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147E50

Black with #147E50

Text Example


Text Example

White with #147E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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