Html Css Color HEX #148347 Salem

📋 copy color: '#148347'

red 20 ◦ green 131 ◦ blue 71

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

Shades of Salem #148347

Tints of Salem #148347

RGB

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

 GREEN value IS 131 (51.56% from 255) = 59.01%

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

R = 9.01%
G = 59.01%
B = 31.98%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#148347 (or 0x148347) is known color: Salem. HEX triplet: 14, 83 and 47. RGB value is (20,131,71). Sum of RGB (Red+Green+Blue) = 20+131+71=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 131 (51.56% from 255 or 59.01% from 222); Blue value is 71 (28.12% from 255 or 31.98% from 222); Max value from RGB is 131 - color contains mainly: green. Hex color #148347 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148347 is #EB7CB8. Grayscale: #5B5B5B. Windows color (decimal): -15432889 or 4686612. OLE color: 4686612.

HSL color Cylindrical-coordinate representation of color #148347: hue angle of 147.57º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148347 is Cyan = 0.85, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 131 71 -
CMYK 0.85 0 0.46 0.49
HSL 147.57º 0.74% 0.3% -
HSV(B) 147.57º 0.85% 0.51% -
XYZ 9.54 16.84 8.71 -
YUV 90.97 116.73 77.38 -
System Red Green Blue C M Y K H S L
Decimal 20 131 71 0.85 0 0.46 0.49 147.57 0.74 0.3
Hex 14 83 47 55 0 2E 31 94 4A 1E
Octal 24 203 107 125 0 56 61 224 112 36
Binary 10100 10000011 1000111 1010101 0 101110 110001 10010100 1001010 11110

Color Harmonies of #148347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148347

Black with #148347

Text Example


Text Example

White with #148347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148347; }

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

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

background-color css

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

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

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

border-color css

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

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

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