#159248

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

Shades of Salem #159248

Tints of Salem #159248

Color information

#159248 (or 0x159248) is unknown color: approx Salem. HEX triplet: 15, 92 and 48. RGB value is (21,146,72). Sum of RGB (Red+Green+Blue) = 21+146+72=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 146 (57.42% from 255 or 61.09% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 146 - color contains mainly: green. Hex color #159248 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159248 is #EA6DB7. Grayscale: #646464. Windows color (decimal): -15363512 or 4755989. OLE color: 4755989.

HSL color Cylindrical-coordinate representation of color #159248: hue angle of 144.48º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159248 is Cyan = 0.86, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB2114672-
CMYK0.8600.510.43
HSL144.48º74.85%32.75%-
HSV(B)144.48º85.62%57.25%-
XYZ11.7621.199.6-
YUV100.19112.0971.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.79%
GREEN value IS 146 (57.42% from 255) = 61.09%
BLUE value IS 72 (28.52% from 255) = 30.13%
R=8.79%
G=61.09%
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.43
SystemRedGreenBlueCMYKHSL
Decimal21146720.8600.510.43144.4874.8532.75
Hex159248560332B904b21
Octal252221101260635322011341
Binary1010110010010100100010101100110011101011100100001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159248; }

 p { color: rgb(21,146,72); }

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

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

 a { background-color: rgb(21,146,72); }

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

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

 span { border-color: rgb(21,146,72); }

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