Html Css Color HEX #148357 Salem

📋 copy color: '#148357'

red 20 ◦ green 131 ◦ blue 87

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

Shades of Salem #148357

Tints of Salem #148357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 36.55%

R = 8.4%
G = 55.04%
B = 36.55%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#148357 (or 0x148357) is known color: Salem. HEX triplet: 14, 83 and 57. RGB value is (20,131,87). Sum of RGB (Red+Green+Blue) = 20+131+87=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 131 (51.56% from 255 or 55.04% from 238); Blue value is 87 (34.38% from 255 or 36.55% from 238); Max value from RGB is 131 - color contains mainly: green. Hex color #148357 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148357 is #EB7CA8. Grayscale: #5C5C5C. Windows color (decimal): -15432873 or 5735188. OLE color: 5735188.

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

Color convert

RGB 20 131 87 -
CMYK 0.85 0 0.34 0.49
HSL 156.22º 0.74% 0.3% -
HSV(B) 156.22º 0.85% 0.51% -
XYZ 10.13 17.07 11.78 -
YUV 92.8 124.73 76.08 -
System Red Green Blue C M Y K H S L
Decimal 20 131 87 0.85 0 0.34 0.49 156.22 0.74 0.3
Hex 14 83 57 55 0 22 31 9C 4A 1E
Octal 24 203 127 125 0 42 61 234 112 36
Binary 10100 10000011 1010111 1010101 0 100010 110001 10011100 1001010 11110

Color Harmonies of #148357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148357

Black with #148357

Text Example


Text Example

White with #148357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148357; }

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

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

background-color css

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

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

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

border-color css

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

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

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