#149447

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

Shades of Salem #149447

Tints of Salem #149447

Color information

#149447 (or 0x149447) is unknown color: approx Salem. HEX triplet: 14, 94 and 47. RGB value is (20,148,71). Sum of RGB (Red+Green+Blue) = 20+148+71=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 148 (58.20% from 255 or 61.92% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 148 - color contains mainly: green. Hex color #149447 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149447 is #EB6BB8. Grayscale: #656565. Windows color (decimal): -15428537 or 4690964. OLE color: 4690964.

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

Color convert

RGB2014871-
CMYK0.8600.520.42
HSL143.91º76.19%32.94%-
HSV(B)143.91º86.49%58.04%-
XYZ12.0221.789.53-
YUV100.95111.0970.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.37%
GREEN value IS 148 (58.20% from 255) = 61.92%
BLUE value IS 71 (28.12% from 255) = 29.71%
R=8.37%
G=61.92%
B=29.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20148710.8600.520.42143.9176.1932.94
Hex149447560342A904c21
Octal242241071260645222011441
Binary1010010010100100011110101100110100101010100100001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149447; }

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

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

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

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

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

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

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

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