#159141

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

Shades of Salem #159141

Tints of Salem #159141

Color information

#159141 (or 0x159141) is unknown color: approx Salem. HEX triplet: 15, 91 and 41. RGB value is (21,145,65). Sum of RGB (Red+Green+Blue) = 21+145+65=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 145 (57.03% from 255 or 62.77% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 145 - color contains mainly: green. Hex color #159141 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159141 is #EA6EBE. Grayscale: #636363. Windows color (decimal): -15363775 or 4296981. OLE color: 4296981.

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

Color convert

RGB2114565-
CMYK0.8600.550.43
HSL141.29º74.7%32.55%-
HSV(B)141.29º85.52%56.86%-
XYZ11.3920.798.41-
YUV98.8108.9272.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.09%
GREEN value IS 145 (57.03% from 255) = 62.77%
BLUE value IS 65 (25.78% from 255) = 28.14%
R=9.09%
G=62.77%
B=28.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21145650.8600.550.43141.2974.732.55
Hex159141560372B8d4b21
Octal252211011260675321511341
Binary1010110010001100000110101100110111101011100011011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159141; }

 p { color: rgb(21,145,65); }

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

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

 a { background-color: rgb(21,145,65); }

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

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

 span { border-color: rgb(21,145,65); }

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