#159349

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

Shades of Salem #159349

Tints of Salem #159349

Color information

#159349 (or 0x159349) is unknown color: approx Salem. HEX triplet: 15, 93 and 49. RGB value is (21,147,73). Sum of RGB (Red+Green+Blue) = 21+147+73=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 147 (57.81% from 255 or 61.00% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 147 - color contains mainly: green. Hex color #159349 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159349 is #EA6CB6. Grayscale: #656565. Windows color (decimal): -15363255 or 4821781. OLE color: 4821781.

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

Color convert

RGB2114773-
CMYK0.8600.500.42
HSL144.76º75%32.94%-
HSV(B)144.76º85.71%57.65%-
XYZ11.9521.519.83-
YUV100.89112.2671.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.71%
GREEN value IS 147 (57.81% from 255) = 61.00%
BLUE value IS 73 (28.91% from 255) = 30.29%
R=8.71%
G=61.00%
B=30.29%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21147730.8600.500.42144.767532.94
Hex159349560322A914b21
Octal252231111260625222111341
Binary1010110010011100100110101100110010101010100100011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159349; }

 p { color: rgb(21,147,73); }

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

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

 a { background-color: rgb(21,147,73); }

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

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

 span { border-color: rgb(21,147,73); }

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