#158C41

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

Shades of Salem #158C41

Tints of Salem #158C41

Color information

#158C41 (or 0x158C41) is unknown color: approx Salem. HEX triplet: 15, 8C and 41. RGB value is (21,140,65). Sum of RGB (Red+Green+Blue) = 21+140+65=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 140 (55.08% from 255 or 61.95% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 140 - color contains mainly: green. Hex color #158C41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158C41 is #EA73BE. Grayscale: #606060. Windows color (decimal): -15365055 or 4295701. OLE color: 4295701.

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

Color convert

RGB2114065-
CMYK0.8500.540.45
HSL142.18º73.91%31.57%-
HSV(B)142.18º85%54.9%-
XYZ10.6419.38.16-
YUV95.87110.5874.6-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.29%
GREEN value IS 140 (55.08% from 255) = 61.95%
BLUE value IS 65 (25.78% from 255) = 28.76%
R=9.29%
G=61.95%
B=28.76%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21140650.8500.540.45142.1873.9131.57
Hex158C41550362D8e4a20
Octal252141011250665521611240
Binary1010110001100100000110101010110110101101100011101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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