Html Css Color HEX #149349 Salem

📋 copy color: '#149349'

red 20 ◦ green 147 ◦ blue 73

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

Shades of Salem #149349

Tints of Salem #149349

RGB

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

 GREEN value IS 147 (57.81% from 255) = 61.25%

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

R = 8.33%
G = 61.25%
B = 30.42%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#149349 (or 0x149349) is known color: Salem. HEX triplet: 14, 93 and 49. RGB value is (20,147,73). Sum of RGB (Red+Green+Blue) = 20+147+73=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 147 (57.81% from 255 or 61.25% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 147 - color contains mainly: green. Hex color #149349 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149349 is #EB6CB6. Grayscale: #646464. Windows color (decimal): -15428791 or 4821780. OLE color: 4821780.

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

Color convert

RGB 20 147 73 -
CMYK 0.86 0 0.50 0.42
HSL 145.04º 0.76% 0.33% -
HSV(B) 145.04º 0.86% 0.58% -
XYZ 11.92 21.5 9.82 -
YUV 100.59 112.42 70.52 -
System Red Green Blue C M Y K H S L
Decimal 20 147 73 0.86 0 0.50 0.42 145.04 0.76 0.33
Hex 14 93 49 56 0 32 2A 91 4C 21
Octal 24 223 111 126 0 62 52 221 114 41
Binary 10100 10010011 1001001 1010110 0 110010 101010 10010001 1001100 100001

Color Harmonies of #149349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149349

Black with #149349

Text Example


Text Example

White with #149349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149349; }

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

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

background-color css

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

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

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

border-color css

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

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

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