#159250

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

Shades of Salem #159250

Tints of Salem #159250

Color information

#159250 (or 0x159250) is unknown color: approx Salem. HEX triplet: 15, 92 and 50. RGB value is (21,146,80). Sum of RGB (Red+Green+Blue) = 21+146+80=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 146 (57.42% from 255 or 59.11% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 146 - color contains mainly: green. Hex color #159250 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159250 is #EA6DAF. Grayscale: #656565. Windows color (decimal): -15363504 or 5280277. OLE color: 5280277.

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

Color convert

RGB2114680-
CMYK0.8600.450.43
HSL148.32º74.85%32.75%-
HSV(B)148.32º85.62%57.25%-
XYZ12.0421.311.07-
YUV101.1116.0970.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.50%
GREEN value IS 146 (57.42% from 255) = 59.11%
BLUE value IS 80 (31.64% from 255) = 32.39%
R=8.50%
G=59.11%
B=32.39%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21146800.8600.450.43148.3274.8532.75
Hex1592505602D2B944b21
Octal252221201260555322411341
Binary1010110010010101000010101100101101101011100101001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159250; }

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

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

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

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

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

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

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

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