Html Css Color HEX #148947 Salem

📋 copy color: '#148947'

red 20 ◦ green 137 ◦ blue 71

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

Shades of Salem #148947

Tints of Salem #148947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 31.14%

R = 8.77%
G = 60.09%
B = 31.14%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.48

 K value IS 0.46

RGB Variations

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

Color information

#148947 (or 0x148947) is known color: Salem. HEX triplet: 14, 89 and 47. RGB value is (20,137,71). Sum of RGB (Red+Green+Blue) = 20+137+71=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 137 (53.91% from 255 or 60.09% from 228); Blue value is 71 (28.12% from 255 or 31.14% from 228); Max value from RGB is 137 - color contains mainly: green. Hex color #148947 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148947 is #EB76B8. Grayscale: #5E5E5E. Windows color (decimal): -15431353 or 4688148. OLE color: 4688148.

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

Color convert

RGB 20 137 71 -
CMYK 0.85 0 0.48 0.46
HSL 146.15º 0.75% 0.31% -
HSV(B) 146.15º 0.85% 0.54% -
XYZ 10.37 18.49 8.98 -
YUV 94.49 114.74 74.87 -
System Red Green Blue C M Y K H S L
Decimal 20 137 71 0.85 0 0.48 0.46 146.15 0.75 0.31
Hex 14 89 47 55 0 30 2E 92 4B 1F
Octal 24 211 107 125 0 60 56 222 113 37
Binary 10100 10001001 1000111 1010101 0 110000 101110 10010010 1001011 11111

Color Harmonies of #148947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148947

Black with #148947

Text Example


Text Example

White with #148947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148947; }

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

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

background-color css

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

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

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

border-color css

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

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

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