Html Css Color HEX #149446 Salem

📋 copy color: '#149446'

red 20 ◦ green 148 ◦ blue 70

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

Shades of Salem #149446

Tints of Salem #149446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 29.41%

R = 8.4%
G = 62.18%
B = 29.41%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#149446 (or 0x149446) is known color: Salem. HEX triplet: 14, 94 and 46. RGB value is (20,148,70). Sum of RGB (Red+Green+Blue) = 20+148+70=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 148 (58.20% from 255 or 62.18% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 148 - color contains mainly: green. Hex color #149446 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149446 is #EB6BB9. Grayscale: #656565. Windows color (decimal): -15428538 or 4625428. OLE color: 4625428.

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

Color convert

RGB 20 148 70 -
CMYK 0.86 0 0.53 0.42
HSL 143.44º 0.76% 0.33% -
HSV(B) 143.44º 0.86% 0.58% -
XYZ 11.98 21.77 9.36 -
YUV 100.84 110.59 70.34 -
System Red Green Blue C M Y K H S L
Decimal 20 148 70 0.86 0 0.53 0.42 143.44 0.76 0.33
Hex 14 94 46 56 0 35 2A 8F 4C 21
Octal 24 224 106 126 0 65 52 217 114 41
Binary 10100 10010100 1000110 1010110 0 110101 101010 10001111 1001100 100001

Color Harmonies of #149446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149446

Black with #149446

Text Example


Text Example

White with #149446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149446; }

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

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

background-color css

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

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

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

border-color css

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

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

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