#14704E

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

Shades of Salem #14704E

Tints of Salem #14704E

Color information

#14704E (or 0x14704E) is unknown color: approx Salem. HEX triplet: 14, 70 and 4E. RGB value is (20,112,78). Sum of RGB (Red+Green+Blue) = 20+112+78=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 112 (44.14% from 255 or 53.33% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 112 - color contains mainly: green. Hex color #14704E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14704E is #EB8FB1. Grayscale: #505050. Windows color (decimal): -15437746 or 5140500. OLE color: 5140500.

HSL color Cylindrical-coordinate representation of color #14704E: hue angle of 157.83º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14704E is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB2011278-
CMYK0.8200.300.56
HSL157.83º69.7%25.88%-
HSV(B)157.83º82.14%43.92%-
XYZ7.4612.299.19-
YUV80.62126.5284.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.52%
GREEN value IS 112 (44.14% from 255) = 53.33%
BLUE value IS 78 (30.86% from 255) = 37.14%
R=9.52%
G=53.33%
B=37.14%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20112780.8200.300.56157.8369.725.88
Hex14704E5201E389e461a
Octal241601161220367023610632
Binary1010011100001001110101001001111011100010011110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14704E; }

 p { color: rgb(20,112,78); }

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

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

 a { background-color: rgb(20,112,78); }

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

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

 span { border-color: rgb(20,112,78); }

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