#147F46

Color #147F46 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #147F46

Tints of Salem #147F46

Color information

#147F46 (or 0x147F46) is unknown color: approx Salem. HEX triplet: 14, 7F and 46. RGB value is (20,127,70). Sum of RGB (Red+Green+Blue) = 20+127+70=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 127 (50% from 255 or 58.53% from 217); Blue value is 70 (27.73% from 255 or 32.26% from 217); Max value from RGB is 127 - color contains mainly: green. Hex color #147F46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147F46 is #EB80B9. Grayscale: #585858. Windows color (decimal): -15433914 or 4620052. OLE color: 4620052.

HSL color Cylindrical-coordinate representation of color #147F46: hue angle of 148.04º 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 #147F46 is Cyan = 0.84, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB2012770-
CMYK0.8400.450.50
HSL148.04º72.79%28.82%-
HSV(B)148.04º84.25%49.8%-
XYZ8.9815.778.36-
YUV88.51117.5579.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.22%
GREEN value IS 127 (50% from 255) = 58.53%
BLUE value IS 70 (27.73% from 255) = 32.26%
R=9.22%
G=58.53%
B=32.26%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal20127700.8400.450.50148.0472.7928.82
Hex147F465402D3294491d
Octal241771061240556222411135
Binary10100111111110001101010100010110111001010010100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #147F46;
 }
 .AnyTagClassName
 {
   color: #147F46;
 }
</style>
background-color css

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

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

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

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

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

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