Html Css Color HEX #158148 Salem

📋 copy color: '#158148'

red 21 ◦ green 129 ◦ blue 72

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

Shades of Salem #158148

Tints of Salem #158148

RGB

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

 GREEN value IS 129 (50.78% from 255) = 58.11%

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

R = 9.46%
G = 58.11%
B = 32.43%

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

#158148 (or 0x158148) is known color: Salem. HEX triplet: 15, 81 and 48. RGB value is (21,129,72). Sum of RGB (Red+Green+Blue) = 21+129+72=222 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.46% from 222); Green value is 129 (50.78% from 255 or 58.11% from 222); Blue value is 72 (28.52% from 255 or 32.43% from 222); Max value from RGB is 129 - color contains mainly: green. Hex color #158148 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158148 is #EA7EB7. Grayscale: #5A5A5A. Windows color (decimal): -15367864 or 4751637. OLE color: 4751637.

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

Color convert

RGB 21 129 72 -
CMYK 0.84 0 0.44 0.49
HSL 148.33º 0.72% 0.29% -
HSV(B) 148.33º 0.84% 0.51% -
XYZ 9.33 16.33 8.79 -
YUV 90.21 117.72 78.63 -
System Red Green Blue C M Y K H S L
Decimal 21 129 72 0.84 0 0.44 0.49 148.33 0.72 0.29
Hex 15 81 48 54 0 2C 31 94 48 1D
Octal 25 201 110 124 0 54 61 224 110 35
Binary 10101 10000001 1001000 1010100 0 101100 110001 10010100 1001000 11101

Color Harmonies of #158148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158148

Black with #158148

Text Example


Text Example

White with #158148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158148; }

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

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

background-color css

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

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

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

border-color css

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

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

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