#147F51

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

Shades of Salem #147F51

Tints of Salem #147F51

Color information

#147F51 (or 0x147F51) is unknown color: approx Salem. HEX triplet: 14, 7F and 51. RGB value is (20,127,81). Sum of RGB (Red+Green+Blue) = 20+127+81=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 127 (50% from 255 or 55.70% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 127 - color contains mainly: green. Hex color #147F51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147F51 is #EB80AE. Grayscale: #595959. Windows color (decimal): -15433903 or 5340948. OLE color: 5340948.

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

Color convert

RGB2012781-
CMYK0.8400.360.50
HSL154.21º72.79%28.82%-
HSV(B)154.21º84.25%49.8%-
XYZ9.3615.9210.36-
YUV89.76123.0578.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.77%
GREEN value IS 127 (50% from 255) = 55.70%
BLUE value IS 81 (32.03% from 255) = 35.53%
R=8.77%
G=55.70%
B=35.53%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal20127810.8400.360.50154.2172.7928.82
Hex147F5154024329a491d
Octal241771211240446223211135
Binary10100111111110100011010100010010011001010011010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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