Html Css Color HEX #149249 Salem

📋 copy color: '#149249'

red 20 ◦ green 146 ◦ blue 73

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

Shades of Salem #149249

Tints of Salem #149249

RGB

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

 GREEN value IS 146 (57.42% from 255) = 61.09%

 BLUE value IS 73 (28.91% from 255) = 30.54%

R = 8.37%
G = 61.09%
B = 30.54%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.5

 K value IS 0.43

RGB Variations

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

Color information

#149249 (or 0x149249) is known color: Salem. HEX triplet: 14, 92 and 49. RGB value is (20,146,73). Sum of RGB (Red+Green+Blue) = 20+146+73=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 146 (57.42% from 255 or 61.09% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 146 - color contains mainly: green. Hex color #149249 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149249 is #EB6DB6. Grayscale: #646464. Windows color (decimal): -15429047 or 4821524. OLE color: 4821524.

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

Color convert

RGB 20 146 73 -
CMYK 0.86 0 0.5 0.43
HSL 145.24º 0.76% 0.33% -
HSV(B) 145.24º 0.86% 0.57% -
XYZ 11.77 21.19 9.77 -
YUV 100 112.76 70.94 -
System Red Green Blue C M Y K H S L
Decimal 20 146 73 0.86 0 0.5 0.43 145.24 0.76 0.33
Hex 14 92 49 56 0 32 2B 91 4C 21
Octal 24 222 111 126 0 62 53 221 114 41
Binary 10100 10010010 1001001 1010110 0 110010 101011 10010001 1001100 100001

Color Harmonies of #149249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149249

Black with #149249

Text Example


Text Example

White with #149249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149249; }

 p { color: rgb(20,146,73); }

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

background-color css

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

 a { background-color: rgb(20,146,73); }

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

border-color css

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

 span { border-color: rgb(20,146,73); }

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