#14913B

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

Shades of Salem #14913B

Tints of Salem #14913B

Color information

#14913B (or 0x14913B) is unknown color: approx Salem. HEX triplet: 14, 91 and 3B. RGB value is (20,145,59). Sum of RGB (Red+Green+Blue) = 20+145+59=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 145 (57.03% from 255 or 64.73% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 145 - color contains mainly: green. Hex color #14913B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14913B is #EB6EC4. Grayscale: #626262. Windows color (decimal): -15429317 or 3903764. OLE color: 3903764.

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

Color convert

RGB2014559-
CMYK0.8600.590.43
HSL138.72º75.76%32.35%-
HSV(B)138.72º86.21%56.86%-
XYZ11.220.727.55-
YUV97.82106.0972.49-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.93%
GREEN value IS 145 (57.03% from 255) = 64.73%
BLUE value IS 59 (23.44% from 255) = 26.34%
R=8.93%
G=64.73%
B=26.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal20145590.8600.590.43138.7275.7632.35
Hex14913B5603B2B8b4c20
Octal24221731260735321311440
Binary101001001000111101110101100111011101011100010111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14913B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14913B; }

 p { color: rgb(20,145,59); }

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

<style>
 a { background-color: #14913B; }

 a { background-color: rgb(20,145,59); }

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

<style>
 span { border-color: #14913B; }

 span { border-color: rgb(20,145,59); }

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