#14923D

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

Shades of Salem #14923D

Tints of Salem #14923D

Color information

#14923D (or 0x14923D) is unknown color: approx Salem. HEX triplet: 14, 92 and 3D. RGB value is (20,146,61). Sum of RGB (Red+Green+Blue) = 20+146+61=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 146 (57.42% from 255 or 64.32% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 146 - color contains mainly: green. Hex color #14923D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14923D is #EB6DC2. Grayscale: #626262. Windows color (decimal): -15429059 or 4035092. OLE color: 4035092.

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

Color convert

RGB2014661-
CMYK0.8600.580.43
HSL139.52º75.9%32.55%-
HSV(B)139.52º86.3%57.25%-
XYZ11.4121.047.88-
YUV98.64106.7671.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.81%
GREEN value IS 146 (57.42% from 255) = 64.32%
BLUE value IS 61 (24.22% from 255) = 26.87%
R=8.81%
G=64.32%
B=26.87%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal20146610.8600.580.43139.5275.932.55
Hex14923D5603A2B8c4c21
Octal24222751260725321411441
Binary101001001001011110110101100111010101011100011001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14923D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14923D; }

 p { color: rgb(20,146,61); }

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

<style>
 a { background-color: #14923D; }

 a { background-color: rgb(20,146,61); }

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

<style>
 span { border-color: #14923D; }

 span { border-color: rgb(20,146,61); }

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