#14934B

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

Shades of Salem #14934B

Tints of Salem #14934B

Color information

#14934B (or 0x14934B) is unknown color: approx Salem. HEX triplet: 14, 93 and 4B. RGB value is (20,147,75). Sum of RGB (Red+Green+Blue) = 20+147+75=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 147 (57.81% from 255 or 60.74% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 147 - color contains mainly: green. Hex color #14934B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14934B is #EB6CB4. Grayscale: #646464. Windows color (decimal): -15428789 or 4952852. OLE color: 4952852.

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

Color convert

RGB2014775-
CMYK0.8600.490.42
HSL145.98º76.05%32.75%-
HSV(B)145.98º86.39%57.65%-
XYZ11.9921.5210.18-
YUV100.82113.4270.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.26%
GREEN value IS 147 (57.81% from 255) = 60.74%
BLUE value IS 75 (29.69% from 255) = 30.99%
R=8.26%
G=60.74%
B=30.99%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20147750.8600.490.42145.9876.0532.75
Hex14934B560312A924c21
Octal242231131260615222211441
Binary1010010010011100101110101100110001101010100100101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14934B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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