Html Css Color HEX #147950 Salem

📋 copy color: '#147950'

red 20 ◦ green 121 ◦ blue 80

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

Shades of Salem #147950

Tints of Salem #147950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 36.2%

R = 9.05%
G = 54.75%
B = 36.2%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#147950 (or 0x147950) is known color: Salem. HEX triplet: 14, 79 and 50. RGB value is (20,121,80). Sum of RGB (Red+Green+Blue) = 20+121+80=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 121 (47.66% from 255 or 54.75% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 121 - color contains mainly: green. Hex color #147950 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147950 is #EB86AF. Grayscale: #565656. Windows color (decimal): -15435440 or 5273876. OLE color: 5273876.

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

Color convert

RGB 20 121 80 -
CMYK 0.83 0 0.34 0.53
HSL 155.64º 0.72% 0.28% -
HSV(B) 155.64º 0.83% 0.47% -
XYZ 8.57 14.4 9.92 -
YUV 86.13 124.54 80.83 -
System Red Green Blue C M Y K H S L
Decimal 20 121 80 0.83 0 0.34 0.53 155.64 0.72 0.28
Hex 14 79 50 53 0 22 35 9C 48 1C
Octal 24 171 120 123 0 42 65 234 110 34
Binary 10100 1111001 1010000 1010011 0 100010 110101 10011100 1001000 11100

Color Harmonies of #147950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147950

Black with #147950

Text Example


Text Example

White with #147950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147950; }

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

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

background-color css

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

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

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

border-color css

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

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

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