Html Css Color HEX #158249 Salem

📋 copy color: '#158249'

red 21 ◦ green 130 ◦ blue 73

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

Shades of Salem #158249

Tints of Salem #158249

RGB

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

 GREEN value IS 130 (51.17% from 255) = 58.04%

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

R = 9.38%
G = 58.04%
B = 32.59%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#158249 (or 0x158249) is known color: Salem. HEX triplet: 15, 82 and 49. RGB value is (21,130,73). Sum of RGB (Red+Green+Blue) = 21+130+73=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 130 (51.17% from 255 or 58.04% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 130 - color contains mainly: green. Hex color #158249 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158249 is #EA7DB6. Grayscale: #5B5B5B. Windows color (decimal): -15367607 or 4817429. OLE color: 4817429.

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

Color convert

RGB 21 130 73 -
CMYK 0.84 0 0.44 0.49
HSL 148.62º 0.72% 0.3% -
HSV(B) 148.62º 0.84% 0.51% -
XYZ 9.49 16.61 9.01 -
YUV 90.91 117.89 78.13 -
System Red Green Blue C M Y K H S L
Decimal 21 130 73 0.84 0 0.44 0.49 148.62 0.72 0.3
Hex 15 82 49 54 0 2C 31 95 48 1E
Octal 25 202 111 124 0 54 61 225 110 36
Binary 10101 10000010 1001001 1010100 0 101100 110001 10010101 1001000 11110

Color Harmonies of #158249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158249

Black with #158249

Text Example


Text Example

White with #158249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158249; }

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

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

background-color css

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

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

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

border-color css

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

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

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