#158149

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

Shades of Salem #158149

Tints of Salem #158149

Color information

#158149 (or 0x158149) is unknown color: approx Salem. HEX triplet: 15, 81 and 49. RGB value is (21,129,73). Sum of RGB (Red+Green+Blue) = 21+129+73=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 129 (50.78% from 255 or 57.85% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 129 - color contains mainly: green. Hex color #158149 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158149 is #EA7EB6. Grayscale: #5A5A5A. Windows color (decimal): -15367863 or 4817173. OLE color: 4817173.

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

Color convert

RGB2112973-
CMYK0.8400.430.49
HSL148.89º72%29.41%-
HSV(B)148.89º83.72%50.59%-
XYZ9.3616.348.96-
YUV90.32118.2278.55-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.42%
GREEN value IS 129 (50.78% from 255) = 57.85%
BLUE value IS 73 (28.91% from 255) = 32.74%
R=9.42%
G=57.85%
B=32.74%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21129730.8400.430.49148.897229.41
Hex1581495402B3195481d
Octal252011111240536122511035
Binary101011000000110010011010100010101111000110010101100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158149; }

 p { color: rgb(21,129,73); }

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

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

 a { background-color: rgb(21,129,73); }

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

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

 span { border-color: rgb(21,129,73); }

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