Html Css Color HEX #158B48 Salem

📋 copy color: '#158B48'

red 21 ◦ green 139 ◦ blue 72

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

Shades of Salem #158B48

Tints of Salem #158B48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 31.03%

R = 9.05%
G = 59.91%
B = 31.03%

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

#158B48 (or 0x158B48) is known color: Salem. HEX triplet: 15, 8B and 48. RGB value is (21,139,72). Sum of RGB (Red+Green+Blue) = 21+139+72=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 139 (54.69% from 255 or 59.91% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 139 - color contains mainly: green. Hex color #158B48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158B48 is #EA74B7. Grayscale: #606060. Windows color (decimal): -15365304 or 4754197. OLE color: 4754197.

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

Color convert

RGB 21 139 72 -
CMYK 0.85 0 0.48 0.45
HSL 145.93º 0.74% 0.31% -
HSV(B) 145.93º 0.85% 0.55% -
XYZ 10.71 19.09 9.25 -
YUV 96.08 114.41 74.45 -
System Red Green Blue C M Y K H S L
Decimal 21 139 72 0.85 0 0.48 0.45 145.93 0.74 0.31
Hex 15 8B 48 55 0 30 2D 92 4A 1F
Octal 25 213 110 125 0 60 55 222 112 37
Binary 10101 10001011 1001000 1010101 0 110000 101101 10010010 1001010 11111

Color Harmonies of #158B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158B48

Black with #158B48

Text Example


Text Example

White with #158B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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