Html Css Color HEX #147F4A Salem

📋 copy color: '#147F4A'

red 20 ◦ green 127 ◦ blue 74

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

Shades of Salem #147F4A

Tints of Salem #147F4A

RGB

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

 GREEN value IS 127 (50% from 255) = 57.47%

 BLUE value IS 74 (29.3% from 255) = 33.48%

R = 9.05%
G = 57.47%
B = 33.48%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.42

 K value IS 0.50

RGB Variations

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

Color information

#147F4A (or 0x147F4A) is known color: Salem. HEX triplet: 14, 7F and 4A. RGB value is (20,127,74). Sum of RGB (Red+Green+Blue) = 20+127+74=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 127 (50% from 255 or 57.47% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 127 - color contains mainly: green. Hex color #147F4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147F4A is #EB80B5. Grayscale: #595959. Windows color (decimal): -15433910 or 4882196. OLE color: 4882196.

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

Color convert

RGB 20 127 74 -
CMYK 0.84 0 0.42 0.50
HSL 150.28º 0.73% 0.29% -
HSV(B) 150.28º 0.84% 0.5% -
XYZ 9.11 15.82 9.05 -
YUV 88.97 119.55 78.81 -
System Red Green Blue C M Y K H S L
Decimal 20 127 74 0.84 0 0.42 0.50 150.28 0.73 0.29
Hex 14 7F 4A 54 0 2A 32 96 49 1D
Octal 24 177 112 124 0 52 62 226 111 35
Binary 10100 1111111 1001010 1010100 0 101010 110010 10010110 1001001 11101

Color Harmonies of #147F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147F4A

Black with #147F4A

Text Example


Text Example

White with #147F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,127,74); }

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

background-color css

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

 a { background-color: rgb(20,127,74); }

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

border-color css

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

 span { border-color: rgb(20,127,74); }

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