#14894A

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

Shades of Salem #14894A

Tints of Salem #14894A

Color information

#14894A (or 0x14894A) is unknown color: approx Salem. HEX triplet: 14, 89 and 4A. RGB value is (20,137,74). Sum of RGB (Red+Green+Blue) = 20+137+74=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 137 (53.91% from 255 or 59.31% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 137 - color contains mainly: green. Hex color #14894A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14894A is #EB76B5. Grayscale: #5E5E5E. Windows color (decimal): -15431350 or 4884756. OLE color: 4884756.

HSL color Cylindrical-coordinate representation of color #14894A: hue angle of 147.69º 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 #14894A is Cyan = 0.85, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB2013774-
CMYK0.8500.460.46
HSL147.69º74.52%30.78%-
HSV(B)147.69º85.4%53.73%-
XYZ10.4718.539.5-
YUV94.84116.2474.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.66%
GREEN value IS 137 (53.91% from 255) = 59.31%
BLUE value IS 74 (29.30% from 255) = 32.03%
R=8.66%
G=59.31%
B=32.03%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal20137740.8500.460.46147.6974.5230.78
Hex14894A5502E2E944b1f
Octal242111121250565622411337
Binary101001000100110010101010101010111010111010010100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14894A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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