Html Css Color HEX #147A47 Salem

📋 copy color: '#147A47'

red 20 ◦ green 122 ◦ blue 71

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

Shades of Salem #147A47

Tints of Salem #147A47

RGB

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

 GREEN value IS 122 (48.05% from 255) = 57.28%

 BLUE value IS 71 (28.13% from 255) = 33.33%

R = 9.39%
G = 57.28%
B = 33.33%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.42

 K value IS 0.52

RGB Variations

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

Color information

#147A47 (or 0x147A47) is known color: Salem. HEX triplet: 14, 7A and 47. RGB value is (20,122,71). Sum of RGB (Red+Green+Blue) = 20+122+71=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 122 (48.05% from 255 or 57.28% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 122 - color contains mainly: green. Hex color #147A47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147A47 is #EB85B8. Grayscale: #555555. Windows color (decimal): -15435193 or 4684308. OLE color: 4684308.

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

Color convert

RGB 20 122 71 -
CMYK 0.84 0 0.42 0.52
HSL 150º 0.72% 0.28% -
HSV(B) 150º 0.84% 0.48% -
XYZ 8.39 14.52 8.32 -
YUV 85.69 119.71 81.15 -
System Red Green Blue C M Y K H S L
Decimal 20 122 71 0.84 0 0.42 0.52 150 0.72 0.28
Hex 14 7A 47 54 0 2A 34 96 48 1C
Octal 24 172 107 124 0 52 64 226 110 34
Binary 10100 1111010 1000111 1010100 0 101010 110100 10010110 1001000 11100

Color Harmonies of #147A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147A47

Black with #147A47

Text Example


Text Example

White with #147A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,122,71); }

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

background-color css

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

 a { background-color: rgb(20,122,71); }

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

border-color css

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

 span { border-color: rgb(20,122,71); }

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