Html Css Color HEX #148355 Salem

📋 copy color: '#148355'

red 20 ◦ green 131 ◦ blue 85

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

Shades of Salem #148355

Tints of Salem #148355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 36.02%

R = 8.47%
G = 55.51%
B = 36.02%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#148355 (or 0x148355) is known color: Salem. HEX triplet: 14, 83 and 55. RGB value is (20,131,85). Sum of RGB (Red+Green+Blue) = 20+131+85=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 131 (51.56% from 255 or 55.51% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 131 - color contains mainly: green. Hex color #148355 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148355 is #EB7CAA. Grayscale: #5C5C5C. Windows color (decimal): -15432875 or 5604116. OLE color: 5604116.

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

Color convert

RGB 20 131 85 -
CMYK 0.85 0 0.35 0.49
HSL 155.14º 0.74% 0.3% -
HSV(B) 155.14º 0.85% 0.51% -
XYZ 10.04 17.04 11.35 -
YUV 92.57 123.73 76.24 -
System Red Green Blue C M Y K H S L
Decimal 20 131 85 0.85 0 0.35 0.49 155.14 0.74 0.3
Hex 14 83 55 55 0 23 31 9B 4A 1E
Octal 24 203 125 125 0 43 61 233 112 36
Binary 10100 10000011 1010101 1010101 0 100011 110001 10011011 1001010 11110

Color Harmonies of #148355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148355

Black with #148355

Text Example


Text Example

White with #148355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148355; }

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

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

background-color css

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

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

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

border-color css

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

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

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