#159447

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

Shades of Salem #159447

Tints of Salem #159447

Color information

#159447 (or 0x159447) is unknown color: approx Salem. HEX triplet: 15, 94 and 47. RGB value is (21,148,71). Sum of RGB (Red+Green+Blue) = 21+148+71=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 148 (58.20% from 255 or 61.67% from 240); Blue value is 71 (28.12% from 255 or 29.58% from 240); Max value from RGB is 148 - color contains mainly: green. Hex color #159447 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159447 is #EA6BB8. Grayscale: #656565. Windows color (decimal): -15363001 or 4690965. OLE color: 4690965.

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

Color convert

RGB2114871-
CMYK0.8600.520.42
HSL143.62º75.15%33.14%-
HSV(B)143.62º85.81%58.04%-
XYZ12.0421.799.53-
YUV101.25110.9270.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.75%
GREEN value IS 148 (58.20% from 255) = 61.67%
BLUE value IS 71 (28.12% from 255) = 29.58%
R=8.75%
G=61.67%
B=29.58%

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
Decimal21148710.8600.520.42143.6275.1533.14
Hex159447560342A904b21
Octal252241071260645222011341
Binary1010110010100100011110101100110100101010100100001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159447; }

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

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

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

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

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

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

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

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