Html Css Color HEX #149148 Salem

📋 copy color: '#149148'

red 20 ◦ green 145 ◦ blue 72

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

Shades of Salem #149148

Tints of Salem #149148

RGB

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

 GREEN value IS 145 (57.03% from 255) = 61.18%

 BLUE value IS 72 (28.52% from 255) = 30.38%

R = 8.44%
G = 61.18%
B = 30.38%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#149148 (or 0x149148) is known color: Salem. HEX triplet: 14, 91 and 48. RGB value is (20,145,72). Sum of RGB (Red+Green+Blue) = 20+145+72=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 145 (57.03% from 255 or 61.18% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 145 - color contains mainly: green. Hex color #149148 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149148 is #EB6EB7. Grayscale: #636363. Windows color (decimal): -15429304 or 4755732. OLE color: 4755732.

HSL color Cylindrical-coordinate representation of color #149148: hue angle of 144.96º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149148 is Cyan = 0.86, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 145 72 -
CMYK 0.86 0 0.50 0.43
HSL 144.96º 0.76% 0.32% -
HSV(B) 144.96º 0.86% 0.57% -
XYZ 11.58 20.87 9.55 -
YUV 99.3 112.59 71.44 -
System Red Green Blue C M Y K H S L
Decimal 20 145 72 0.86 0 0.50 0.43 144.96 0.76 0.32
Hex 14 91 48 56 0 32 2B 91 4C 20
Octal 24 221 110 126 0 62 53 221 114 40
Binary 10100 10010001 1001000 1010110 0 110010 101011 10010001 1001100 100000

Color Harmonies of #149148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149148

Black with #149148

Text Example


Text Example

White with #149148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149148; }

 p { color: rgb(20,145,72); }

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

background-color css

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

 a { background-color: rgb(20,145,72); }

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

border-color css

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

 span { border-color: rgb(20,145,72); }

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