Html Css Color HEX #147957 Salem

📋 copy color: '#147957'

red 20 ◦ green 121 ◦ blue 87

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

Shades of Salem #147957

Tints of Salem #147957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 38.16%

R = 8.77%
G = 53.07%
B = 38.16%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#147957 (or 0x147957) is known color: Salem. HEX triplet: 14, 79 and 57. RGB value is (20,121,87). Sum of RGB (Red+Green+Blue) = 20+121+87=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 121 (47.66% from 255 or 53.07% from 228); Blue value is 87 (34.38% from 255 or 38.16% from 228); Max value from RGB is 121 - color contains mainly: green. Hex color #147957 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147957 is #EB86A8. Grayscale: #565656. Windows color (decimal): -15435433 or 5732628. OLE color: 5732628.

HSL color Cylindrical-coordinate representation of color #147957: hue angle of 159.8º 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 #147957 is Cyan = 0.83, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 121 87 -
CMYK 0.83 0 0.28 0.53
HSL 159.8º 0.72% 0.28% -
HSV(B) 159.8º 0.83% 0.47% -
XYZ 8.85 14.51 11.35 -
YUV 86.93 128.04 80.26 -
System Red Green Blue C M Y K H S L
Decimal 20 121 87 0.83 0 0.28 0.53 159.8 0.72 0.28
Hex 14 79 57 53 0 1C 35 A0 48 1C
Octal 24 171 127 123 0 34 65 240 110 34
Binary 10100 1111001 1010111 1010011 0 11100 110101 10100000 1001000 11100

Color Harmonies of #147957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147957

Black with #147957

Text Example


Text Example

White with #147957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147957; }

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

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

background-color css

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

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

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

border-color css

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

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

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