Html Css Color HEX #148958 Salem

📋 copy color: '#148958'

red 20 ◦ green 137 ◦ blue 88

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

Shades of Salem #148958

Tints of Salem #148958

RGB

 RED value IS 20 (8.2% from 255) = 8.16%

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

 BLUE value IS 88 (34.77% from 255) = 35.92%

R = 8.16%
G = 55.92%
B = 35.92%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.36

 K value IS 0.46

RGB Variations

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

Color information

#148958 (or 0x148958) is known color: Salem. HEX triplet: 14, 89 and 58. RGB value is (20,137,88). Sum of RGB (Red+Green+Blue) = 20+137+88=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 137 (53.91% from 255 or 55.92% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 137 - color contains mainly: green. Hex color #148958 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148958 is #EB76A7. Grayscale: #606060. Windows color (decimal): -15431336 or 5802260. OLE color: 5802260.

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

Color convert

RGB 20 137 88 -
CMYK 0.85 0 0.36 0.46
HSL 154.87º 0.75% 0.31% -
HSV(B) 154.87º 0.85% 0.54% -
XYZ 11 18.74 12.27 -
YUV 96.43 123.24 73.48 -
System Red Green Blue C M Y K H S L
Decimal 20 137 88 0.85 0 0.36 0.46 154.87 0.75 0.31
Hex 14 89 58 55 0 24 2E 9B 4B 1F
Octal 24 211 130 125 0 44 56 233 113 37
Binary 10100 10001001 1011000 1010101 0 100100 101110 10011011 1001011 11111

Color Harmonies of #148958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148958

Black with #148958

Text Example


Text Example

White with #148958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148958; }

 p { color: rgb(20,137,88); }

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

background-color css

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

 a { background-color: rgb(20,137,88); }

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

border-color css

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

 span { border-color: rgb(20,137,88); }

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