#14744F

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

Shades of Salem #14744F

Tints of Salem #14744F

Color information

#14744F (or 0x14744F) is unknown color: approx Salem. HEX triplet: 14, 74 and 4F. RGB value is (20,116,79). Sum of RGB (Red+Green+Blue) = 20+116+79=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 116 (45.70% from 255 or 53.95% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 116 - color contains mainly: green. Hex color #14744F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14744F is #EB8BB0. Grayscale: #535353. Windows color (decimal): -15436721 or 5207060. OLE color: 5207060.

HSL color Cylindrical-coordinate representation of color #14744F: hue angle of 156.88º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14744F is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB2011679-
CMYK0.8300.320.55
HSL156.88º70.59%26.67%-
HSV(B)156.88º82.76%45.49%-
XYZ7.9513.29.53-
YUV83.08125.783.01-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.30%
GREEN value IS 116 (45.70% from 255) = 53.95%
BLUE value IS 79 (31.25% from 255) = 36.74%
R=9.30%
G=53.95%
B=36.74%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20116790.8300.320.55156.8870.5926.67
Hex14744F53020379d471b
Octal241641171230406723510733
Binary10100111010010011111010011010000011011110011101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14744F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14744F; }

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

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

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

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

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

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

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

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