Html Css Color HEX #148959 Salem

📋 copy color: '#148959'

red 20 ◦ green 137 ◦ blue 89

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

Shades of Salem #148959

Tints of Salem #148959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 36.18%

R = 8.13%
G = 55.69%
B = 36.18%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.35

 K value IS 0.46

RGB Variations

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

Color information

#148959 (or 0x148959) is known color: Salem. HEX triplet: 14, 89 and 59. RGB value is (20,137,89). Sum of RGB (Red+Green+Blue) = 20+137+89=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 137 (53.91% from 255 or 55.69% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 137 - color contains mainly: green. Hex color #148959 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148959 is #EB76A6. Grayscale: #606060. Windows color (decimal): -15431335 or 5867796. OLE color: 5867796.

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

Color convert

RGB 20 137 89 -
CMYK 0.85 0 0.35 0.46
HSL 155.38º 0.75% 0.31% -
HSV(B) 155.38º 0.85% 0.54% -
XYZ 11.04 18.76 12.49 -
YUV 96.55 123.74 73.4 -
System Red Green Blue C M Y K H S L
Decimal 20 137 89 0.85 0 0.35 0.46 155.38 0.75 0.31
Hex 14 89 59 55 0 23 2E 9B 4B 1F
Octal 24 211 131 125 0 43 56 233 113 37
Binary 10100 10001001 1011001 1010101 0 100011 101110 10011011 1001011 11111

Color Harmonies of #148959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148959

Black with #148959

Text Example


Text Example

White with #148959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148959; }

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

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

background-color css

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

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

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

border-color css

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

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

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