#14894E

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

Shades of Salem #14894E

Tints of Salem #14894E

Color information

#14894E (or 0x14894E) is unknown color: approx Salem. HEX triplet: 14, 89 and 4E. RGB value is (20,137,78). Sum of RGB (Red+Green+Blue) = 20+137+78=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 137 (53.91% from 255 or 58.30% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 137 - color contains mainly: green. Hex color #14894E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14894E is #EB76B1. Grayscale: #5F5F5F. Windows color (decimal): -15431346 or 5146900. OLE color: 5146900.

HSL color Cylindrical-coordinate representation of color #14894E: hue angle of 149.74º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14894E is Cyan = 0.85, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB2013778-
CMYK0.8500.430.46
HSL149.74º74.52%30.78%-
HSV(B)149.74º85.4%53.73%-
XYZ10.6118.5910.24-
YUV95.29118.2474.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.51%
GREEN value IS 137 (53.91% from 255) = 58.30%
BLUE value IS 78 (30.86% from 255) = 33.19%
R=8.51%
G=58.30%
B=33.19%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal20137780.8500.430.46149.7474.5230.78
Hex14894E5502B2E964b1f
Octal242111161250535622611337
Binary101001000100110011101010101010101110111010010110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14894E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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