#14943E

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

Shades of Salem #14943E

Tints of Salem #14943E

Color information

#14943E (or 0x14943E) is unknown color: approx Salem. HEX triplet: 14, 94 and 3E. RGB value is (20,148,62). Sum of RGB (Red+Green+Blue) = 20+148+62=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 148 (58.20% from 255 or 64.35% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 148 - color contains mainly: green. Hex color #14943E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14943E is #EB6BC1. Grayscale: #646464. Windows color (decimal): -15428546 or 4101140. OLE color: 4101140.

HSL color Cylindrical-coordinate representation of color #14943E: hue angle of 139.69º 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 #14943E is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB2014862-
CMYK0.8600.580.42
HSL139.69º76.19%32.94%-
HSV(B)139.69º86.49%58.04%-
XYZ11.7521.688.12-
YUV99.92106.5970.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.70%
GREEN value IS 148 (58.20% from 255) = 64.35%
BLUE value IS 62 (24.61% from 255) = 26.96%
R=8.70%
G=64.35%
B=26.96%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20148620.8600.580.42139.6976.1932.94
Hex14943E5603A2A8c4c21
Octal24224761260725221411441
Binary101001001010011111010101100111010101010100011001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14943E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,148,62); }

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

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

 a { background-color: rgb(20,148,62); }

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

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

 span { border-color: rgb(20,148,62); }

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