Html Css Color HEX #147C4E Salem

📋 copy color: '#147C4E'

red 20 ◦ green 124 ◦ blue 78

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

Shades of Salem #147C4E

Tints of Salem #147C4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 35.14%

R = 9.01%
G = 55.86%
B = 35.14%

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

#147C4E (or 0x147C4E) is known color: Salem. HEX triplet: 14, 7C and 4E. RGB value is (20,124,78). Sum of RGB (Red+Green+Blue) = 20+124+78=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 124 (48.83% from 255 or 55.86% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 124 - color contains mainly: green. Hex color #147C4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147C4E is #EB83B1. Grayscale: #575757. Windows color (decimal): -15434674 or 5143572. OLE color: 5143572.

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

Color convert

RGB 20 124 78 -
CMYK 0.84 0 0.37 0.51
HSL 153.46º 0.72% 0.28% -
HSV(B) 153.46º 0.84% 0.49% -
XYZ 8.87 15.11 9.66 -
YUV 87.66 122.54 79.74 -
System Red Green Blue C M Y K H S L
Decimal 20 124 78 0.84 0 0.37 0.51 153.46 0.72 0.28
Hex 14 7C 4E 54 0 25 33 99 48 1C
Octal 24 174 116 124 0 45 63 231 110 34
Binary 10100 1111100 1001110 1010100 0 100101 110011 10011001 1001000 11100

Color Harmonies of #147C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147C4E

Black with #147C4E

Text Example


Text Example

White with #147C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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