#14934E

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

Shades of Salem #14934E

Tints of Salem #14934E

Color information

#14934E (or 0x14934E) is unknown color: approx Salem. HEX triplet: 14, 93 and 4E. RGB value is (20,147,78). Sum of RGB (Red+Green+Blue) = 20+147+78=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 147 (57.81% from 255 or 60% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 147 - color contains mainly: green. Hex color #14934E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14934E is #EB6CB1. Grayscale: #656565. Windows color (decimal): -15428786 or 5149460. OLE color: 5149460.

HSL color Cylindrical-coordinate representation of color #14934E: hue angle of 147.4º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14934E is Cyan = 0.86, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB2014778-
CMYK0.8600.470.42
HSL147.4º76.05%32.75%-
HSV(B)147.4º86.39%57.65%-
XYZ12.121.5710.73-
YUV101.16114.9270.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.16%
GREEN value IS 147 (57.81% from 255) = 60%
BLUE value IS 78 (30.86% from 255) = 31.84%
R=8.16%
G=60%
B=31.84%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20147780.8600.470.42147.476.0532.75
Hex14934E5602F2A934c21
Octal242231161260575222311441
Binary1010010010011100111010101100101111101010100100111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14934E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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