Html Css Color HEX #158B47 Salem

📋 copy color: '#158B47'

red 21 ◦ green 139 ◦ blue 71

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

Shades of Salem #158B47

Tints of Salem #158B47

RGB

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

 GREEN value IS 139 (54.69% from 255) = 60.17%

 BLUE value IS 71 (28.13% from 255) = 30.74%

R = 9.09%
G = 60.17%
B = 30.74%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#158B47 (or 0x158B47) is known color: Salem. HEX triplet: 15, 8B and 47. RGB value is (21,139,71). Sum of RGB (Red+Green+Blue) = 21+139+71=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 139 (54.69% from 255 or 60.17% from 231); Blue value is 71 (28.12% from 255 or 30.74% from 231); Max value from RGB is 139 - color contains mainly: green. Hex color #158B47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158B47 is #EA74B8. Grayscale: #606060. Windows color (decimal): -15365305 or 4688661. OLE color: 4688661.

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

Color convert

RGB 21 139 71 -
CMYK 0.85 0 0.49 0.45
HSL 145.42º 0.74% 0.31% -
HSV(B) 145.42º 0.85% 0.55% -
XYZ 10.68 19.08 9.08 -
YUV 95.97 113.91 74.53 -
System Red Green Blue C M Y K H S L
Decimal 21 139 71 0.85 0 0.49 0.45 145.42 0.74 0.31
Hex 15 8B 47 55 0 31 2D 91 4A 1F
Octal 25 213 107 125 0 61 55 221 112 37
Binary 10101 10001011 1000111 1010101 0 110001 101101 10010001 1001010 11111

Color Harmonies of #158B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158B47

Black with #158B47

Text Example


Text Example

White with #158B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,139,71); }

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

background-color css

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

 a { background-color: rgb(21,139,71); }

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

border-color css

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

 span { border-color: rgb(21,139,71); }

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