Html Css Color HEX #148359 Salem

📋 copy color: '#148359'

red 20 ◦ green 131 ◦ blue 89

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

Shades of Salem #148359

Tints of Salem #148359

RGB

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

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

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

R = 8.33%
G = 54.58%
B = 37.08%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#148359 (or 0x148359) is known color: Salem. HEX triplet: 14, 83 and 59. RGB value is (20,131,89). Sum of RGB (Red+Green+Blue) = 20+131+89=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 131 (51.56% from 255 or 54.58% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 131 - color contains mainly: green. Hex color #148359 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148359 is #EB7CA6. Grayscale: #5D5D5D. Windows color (decimal): -15432871 or 5866260. OLE color: 5866260.

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

Color convert

RGB 20 131 89 -
CMYK 0.85 0 0.32 0.49
HSL 157.3º 0.74% 0.3% -
HSV(B) 157.3º 0.85% 0.51% -
XYZ 10.21 17.1 12.21 -
YUV 93.02 125.73 75.92 -
System Red Green Blue C M Y K H S L
Decimal 20 131 89 0.85 0 0.32 0.49 157.3 0.74 0.3
Hex 14 83 59 55 0 20 31 9D 4A 1E
Octal 24 203 131 125 0 40 61 235 112 36
Binary 10100 10000011 1011001 1010101 0 100000 110001 10011101 1001010 11110

Color Harmonies of #148359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148359

Black with #148359

Text Example


Text Example

White with #148359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148359; }

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

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

background-color css

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

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

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

border-color css

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

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

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