#158255

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

Shades of Salem #158255

Tints of Salem #158255

Color information

#158255 (or 0x158255) is unknown color: approx Salem. HEX triplet: 15, 82 and 55. RGB value is (21,130,85). Sum of RGB (Red+Green+Blue) = 21+130+85=236 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.90% from 236); Green value is 130 (51.17% from 255 or 55.08% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 130 - color contains mainly: green. Hex color #158255 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158255 is #EA7DAA. Grayscale: #5C5C5C. Windows color (decimal): -15367595 or 5603861. OLE color: 5603861.

HSL color Cylindrical-coordinate representation of color #158255: hue angle of 155.23º 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 #158255 is Cyan = 0.84, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB2113085-
CMYK0.8400.350.49
HSL155.23º72.19%29.61%-
HSV(B)155.23º83.85%50.98%-
XYZ9.9316.7811.31-
YUV92.28123.8977.16-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.90%
GREEN value IS 130 (51.17% from 255) = 55.08%
BLUE value IS 85 (33.59% from 255) = 36.02%
R=8.90%
G=55.08%
B=36.02%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21130850.8400.350.49155.2372.1929.61
Hex15825554023319b481e
Octal252021251240436123311036
Binary101011000001010101011010100010001111000110011011100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158255; }

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

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

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

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

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

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

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

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