#149446

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

Shades of Salem #149446

Tints of Salem #149446

Color information

#149446 (or 0x149446) is unknown color: approx Salem. HEX triplet: 14, 94 and 46. RGB value is (20,148,70). Sum of RGB (Red+Green+Blue) = 20+148+70=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 148 (58.20% from 255 or 62.18% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 148 - color contains mainly: green. Hex color #149446 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149446 is #EB6BB9. Grayscale: #656565. Windows color (decimal): -15428538 or 4625428. OLE color: 4625428.

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

Color convert

RGB2014870-
CMYK0.8600.530.42
HSL143.44º76.19%32.94%-
HSV(B)143.44º86.49%58.04%-
XYZ11.9821.779.36-
YUV100.84110.5970.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.40%
GREEN value IS 148 (58.20% from 255) = 62.18%
BLUE value IS 70 (27.73% from 255) = 29.41%
R=8.40%
G=62.18%
B=29.41%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20148700.8600.530.42143.4476.1932.94
Hex149446560352A8f4c21
Octal242241061260655221711441
Binary1010010010100100011010101100110101101010100011111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149446; }

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

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

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

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

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

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

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

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