#158250

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

Shades of Salem #158250

Tints of Salem #158250

Color information

#158250 (or 0x158250) is unknown color: approx Salem. HEX triplet: 15, 82 and 50. RGB value is (21,130,80). Sum of RGB (Red+Green+Blue) = 21+130+80=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 130 (51.17% from 255 or 56.28% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 130 - color contains mainly: green. Hex color #158250 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158250 is #EA7DAF. Grayscale: #5B5B5B. Windows color (decimal): -15367600 or 5276181. OLE color: 5276181.

HSL color Cylindrical-coordinate representation of color #158250: hue angle of 152.48º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158250 is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB2113080-
CMYK0.8400.380.49
HSL152.48º72.19%29.61%-
HSV(B)152.48º83.85%50.98%-
XYZ9.7416.710.3-
YUV91.71121.3977.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.09%
GREEN value IS 130 (51.17% from 255) = 56.28%
BLUE value IS 80 (31.64% from 255) = 34.63%
R=9.09%
G=56.28%
B=34.63%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21130800.8400.380.49152.4872.1929.61
Hex158250540263198481e
Octal252021201240466123011036
Binary101011000001010100001010100010011011000110011000100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158250; }

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

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

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

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

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

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

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

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