Html Css Color HEX #158946 Salem

📋 copy color: '#158946'

red 21 ◦ green 137 ◦ blue 70

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

Shades of Salem #158946

Tints of Salem #158946

RGB

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

 GREEN value IS 137 (53.91% from 255) = 60.09%

 BLUE value IS 70 (27.73% from 255) = 30.7%

R = 9.21%
G = 60.09%
B = 30.7%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.49

 K value IS 0.46

RGB Variations

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

Color information

#158946 (or 0x158946) is known color: Salem. HEX triplet: 15, 89 and 46. RGB value is (21,137,70). Sum of RGB (Red+Green+Blue) = 21+137+70=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 137 (53.91% from 255 or 60.09% from 228); Blue value is 70 (27.73% from 255 or 30.70% from 228); Max value from RGB is 137 - color contains mainly: green. Hex color #158946 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158946 is #EA76B9. Grayscale: #5E5E5E. Windows color (decimal): -15365818 or 4622613. OLE color: 4622613.

HSL color Cylindrical-coordinate representation of color #158946: hue angle of 145.34º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158946 is Cyan = 0.85, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB 21 137 70 -
CMYK 0.85 0 0.49 0.46
HSL 145.34º 0.73% 0.31% -
HSV(B) 145.34º 0.85% 0.54% -
XYZ 10.36 18.49 8.82 -
YUV 94.68 114.07 75.45 -
System Red Green Blue C M Y K H S L
Decimal 21 137 70 0.85 0 0.49 0.46 145.34 0.73 0.31
Hex 15 89 46 55 0 31 2E 91 49 1F
Octal 25 211 106 125 0 61 56 221 111 37
Binary 10101 10001001 1000110 1010101 0 110001 101110 10010001 1001001 11111

Color Harmonies of #158946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158946

Black with #158946

Text Example


Text Example

White with #158946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158946; }

 p { color: rgb(21,137,70); }

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

background-color css

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

 a { background-color: rgb(21,137,70); }

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

border-color css

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

 span { border-color: rgb(21,137,70); }

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