#158B51

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

Shades of Salem #158B51

Tints of Salem #158B51

Color information

#158B51 (or 0x158B51) is unknown color: approx Salem. HEX triplet: 15, 8B and 51. RGB value is (21,139,81). Sum of RGB (Red+Green+Blue) = 21+139+81=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 139 (54.69% from 255 or 57.68% from 241); Blue value is 81 (32.03% from 255 or 33.61% from 241); Max value from RGB is 139 - color contains mainly: green. Hex color #158B51 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158B51 is #EA74AE. Grayscale: #616161. Windows color (decimal): -15365295 or 5344021. OLE color: 5344021.

HSL color Cylindrical-coordinate representation of color #158B51: hue angle of 150.51º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158B51 is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB2113981-
CMYK0.8500.420.45
HSL150.51º73.75%31.37%-
HSV(B)150.51º84.89%54.51%-
XYZ11.0319.2210.91-
YUV97.11118.9173.72-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.71%
GREEN value IS 139 (54.69% from 255) = 57.68%
BLUE value IS 81 (32.03% from 255) = 33.61%
R=8.71%
G=57.68%
B=33.61%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21139810.8500.420.45150.5173.7531.37
Hex158B515502A2D974a1f
Octal252131211250525522711237
Binary101011000101110100011010101010101010110110010111100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158B51; }

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

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

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

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

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

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

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

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