Html Css Color HEX #149449 Salem

📋 copy color: '#149449'

red 20 ◦ green 148 ◦ blue 73

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

Shades of Salem #149449

Tints of Salem #149449

RGB

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

 GREEN value IS 148 (58.2% from 255) = 61.41%

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

R = 8.3%
G = 61.41%
B = 30.29%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#149449 (or 0x149449) is known color: Salem. HEX triplet: 14, 94 and 49. RGB value is (20,148,73). Sum of RGB (Red+Green+Blue) = 20+148+73=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 148 (58.20% from 255 or 61.41% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 148 - color contains mainly: green. Hex color #149449 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149449 is #EB6BB6. Grayscale: #656565. Windows color (decimal): -15428535 or 4822036. OLE color: 4822036.

HSL color Cylindrical-coordinate representation of color #149449: hue angle of 144.84º 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 #149449 is Cyan = 0.86, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 148 73 -
CMYK 0.86 0 0.51 0.42
HSL 144.84º 0.76% 0.33% -
HSV(B) 144.84º 0.86% 0.58% -
XYZ 12.08 21.81 9.88 -
YUV 101.18 112.09 70.1 -
System Red Green Blue C M Y K H S L
Decimal 20 148 73 0.86 0 0.51 0.42 144.84 0.76 0.33
Hex 14 94 49 56 0 33 2A 91 4C 21
Octal 24 224 111 126 0 63 52 221 114 41
Binary 10100 10010100 1001001 1010110 0 110011 101010 10010001 1001100 100001

Color Harmonies of #149449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149449

Black with #149449

Text Example


Text Example

White with #149449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149449; }

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

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

background-color css

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

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

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

border-color css

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

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

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