#149348

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

Shades of Salem #149348

Tints of Salem #149348

Color information

#149348 (or 0x149348) is unknown color: approx Salem. HEX triplet: 14, 93 and 48. RGB value is (20,147,72). Sum of RGB (Red+Green+Blue) = 20+147+72=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 147 (57.81% from 255 or 61.51% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 147 - color contains mainly: green. Hex color #149348 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149348 is #EB6CB7. Grayscale: #646464. Windows color (decimal): -15428792 or 4756244. OLE color: 4756244.

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

Color convert

RGB2014772-
CMYK0.8600.510.42
HSL144.57º76.05%32.75%-
HSV(B)144.57º86.39%57.65%-
XYZ11.8921.489.65-
YUV100.48111.9270.6-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.37%
GREEN value IS 147 (57.81% from 255) = 61.51%
BLUE value IS 72 (28.52% from 255) = 30.13%
R=8.37%
G=61.51%
B=30.13%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20147720.8600.510.42144.5776.0532.75
Hex149348560332A914c21
Octal242231101260635222111441
Binary1010010010011100100010101100110011101010100100011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149348; }

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

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

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

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

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

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

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

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