Html Css Color HEX #158D49 Salem

📋 copy color: '#158D49'

red 21 ◦ green 141 ◦ blue 73

#158D49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #158D49

Tints of Salem #158D49

RGB

 RED value IS 21 (8.59% from 255) = 8.94%

 GREEN value IS 141 (55.47% from 255) = 60%

 BLUE value IS 73 (28.91% from 255) = 31.06%

R = 8.94%
G = 60%
B = 31.06%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#158D49 (or 0x158D49) is known color: Salem. HEX triplet: 15, 8D and 49. RGB value is (21,141,73). Sum of RGB (Red+Green+Blue) = 21+141+73=235 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.94% from 235); Green value is 141 (55.47% from 255 or 60% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 141 - color contains mainly: green. Hex color #158D49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158D49 is #EA72B6. Grayscale: #616161. Windows color (decimal): -15364791 or 4820245. OLE color: 4820245.

HSL color Cylindrical-coordinate representation of color #158D49: hue angle of 146º 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 #158D49 is Cyan = 0.85, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 141 73 -
CMYK 0.85 0 0.48 0.45
HSL 146º 0.74% 0.32% -
HSV(B) 146º 0.85% 0.55% -
XYZ 11.04 19.69 9.52 -
YUV 97.37 114.24 73.53 -
System Red Green Blue C M Y K H S L
Decimal 21 141 73 0.85 0 0.48 0.45 146 0.74 0.32
Hex 15 8D 49 55 0 30 2D 92 4A 20
Octal 25 215 111 125 0 60 55 222 112 40
Binary 10101 10001101 1001001 1010101 0 110000 101101 10010010 1001010 100000

Color Harmonies of #158D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158D49

Black with #158D49

Text Example


Text Example

White with #158D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #158D49;
 }
 .AnyTagClassName
 {
   color: #158D49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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