#147D4F

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

Shades of Salem #147D4F

Tints of Salem #147D4F

Color information

#147D4F (or 0x147D4F) is unknown color: approx Salem. HEX triplet: 14, 7D and 4F. RGB value is (20,125,79). Sum of RGB (Red+Green+Blue) = 20+125+79=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 125 (49.22% from 255 or 55.80% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 125 - color contains mainly: green. Hex color #147D4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147D4F is #EB82B0. Grayscale: #585858. Windows color (decimal): -15434417 or 5209364. OLE color: 5209364.

HSL color Cylindrical-coordinate representation of color #147D4F: hue angle of 153.71º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147D4F is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB2012579-
CMYK0.8400.370.51
HSL153.71º72.41%28.43%-
HSV(B)153.71º84%49.02%-
XYZ9.0315.389.89-
YUV88.36122.7179.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.93%
GREEN value IS 125 (49.22% from 255) = 55.80%
BLUE value IS 79 (31.25% from 255) = 35.27%
R=8.93%
G=55.80%
B=35.27%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal20125790.8400.370.51153.7172.4128.43
Hex147D4F54025339a481c
Octal241751171240456323211034
Binary10100111110110011111010100010010111001110011010100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,125,79); }

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

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

 a { background-color: rgb(20,125,79); }

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

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

 span { border-color: rgb(20,125,79); }

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