Html Css Color HEX #158948 Salem

📋 copy color: '#158948'

red 21 ◦ green 137 ◦ blue 72

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

Shades of Salem #158948

Tints of Salem #158948

RGB

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

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

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

R = 9.13%
G = 59.57%
B = 31.3%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#158948 (or 0x158948) is known color: Salem. HEX triplet: 15, 89 and 48. RGB value is (21,137,72). Sum of RGB (Red+Green+Blue) = 21+137+72=230 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.13% from 230); Green value is 137 (53.91% from 255 or 59.57% from 230); Blue value is 72 (28.52% from 255 or 31.30% from 230); Max value from RGB is 137 - color contains mainly: green. Hex color #158948 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158948 is #EA76B7. Grayscale: #5F5F5F. Windows color (decimal): -15365816 or 4753685. OLE color: 4753685.

HSL color Cylindrical-coordinate representation of color #158948: hue angle of 146.38º 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 #158948 is Cyan = 0.85, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 21 137 72 -
CMYK 0.85 0 0.47 0.46
HSL 146.38º 0.73% 0.31% -
HSV(B) 146.38º 0.85% 0.54% -
XYZ 10.42 18.52 9.16 -
YUV 94.91 115.07 75.29 -
System Red Green Blue C M Y K H S L
Decimal 21 137 72 0.85 0 0.47 0.46 146.38 0.73 0.31
Hex 15 89 48 55 0 2F 2E 92 49 1F
Octal 25 211 110 125 0 57 56 222 111 37
Binary 10101 10001001 1001000 1010101 0 101111 101110 10010010 1001001 11111

Color Harmonies of #158948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158948

Black with #158948

Text Example


Text Example

White with #158948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158948; }

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

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

background-color css

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

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

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

border-color css

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

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

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