Html Css Color HEX #147947 Salem

📋 copy color: '#147947'

red 20 ◦ green 121 ◦ blue 71

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

Shades of Salem #147947

Tints of Salem #147947

RGB

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

 GREEN value IS 121 (47.66% from 255) = 57.08%

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

R = 9.43%
G = 57.08%
B = 33.49%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#147947 (or 0x147947) is known color: Salem. HEX triplet: 14, 79 and 47. RGB value is (20,121,71). Sum of RGB (Red+Green+Blue) = 20+121+71=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 121 (47.66% from 255 or 57.08% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 121 - color contains mainly: green. Hex color #147947 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147947 is #EB86B8. Grayscale: #555555. Windows color (decimal): -15435449 or 4684052. OLE color: 4684052.

HSL color Cylindrical-coordinate representation of color #147947: hue angle of 150.3º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147947 is Cyan = 0.83, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 121 71 -
CMYK 0.83 0 0.41 0.53
HSL 150.3º 0.72% 0.28% -
HSV(B) 150.3º 0.83% 0.47% -
XYZ 8.26 14.28 8.28 -
YUV 85.1 120.04 81.57 -
System Red Green Blue C M Y K H S L
Decimal 20 121 71 0.83 0 0.41 0.53 150.3 0.72 0.28
Hex 14 79 47 53 0 29 35 96 48 1C
Octal 24 171 107 123 0 51 65 226 110 34
Binary 10100 1111001 1000111 1010011 0 101001 110101 10010110 1001000 11100

Color Harmonies of #147947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147947

Black with #147947

Text Example


Text Example

White with #147947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147947; }

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

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

background-color css

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

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

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

border-color css

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

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

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