#159251

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

Shades of Salem #159251

Tints of Salem #159251

Color information

#159251 (or 0x159251) is unknown color: approx Salem. HEX triplet: 15, 92 and 51. RGB value is (21,146,81). Sum of RGB (Red+Green+Blue) = 21+146+81=248 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.47% from 248); Green value is 146 (57.42% from 255 or 58.87% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 146 - color contains mainly: green. Hex color #159251 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159251 is #EA6DAE. Grayscale: #656565. Windows color (decimal): -15363503 or 5345813. OLE color: 5345813.

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

Color convert

RGB2114681-
CMYK0.8600.450.43
HSL148.8º74.85%32.75%-
HSV(B)148.8º85.62%57.25%-
XYZ12.0721.3111.26-
YUV101.21116.5970.79-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.47%
GREEN value IS 146 (57.42% from 255) = 58.87%
BLUE value IS 81 (32.03% from 255) = 32.66%
R=8.47%
G=58.87%
B=32.66%

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
Decimal21146810.8600.450.43148.874.8532.75
Hex1592515602D2B954b21
Octal252221211260555322511341
Binary1010110010010101000110101100101101101011100101011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159251; }

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

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

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

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

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

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

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

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