Html Css Color HEX #149247 Salem

📋 copy color: '#149247'

red 20 ◦ green 146 ◦ blue 71

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

Shades of Salem #149247

Tints of Salem #149247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 29.96%

R = 8.44%
G = 61.6%
B = 29.96%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#149247 (or 0x149247) is known color: Salem. HEX triplet: 14, 92 and 47. RGB value is (20,146,71). Sum of RGB (Red+Green+Blue) = 20+146+71=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 146 (57.42% from 255 or 61.60% from 237); Blue value is 71 (28.12% from 255 or 29.96% from 237); Max value from RGB is 146 - color contains mainly: green. Hex color #149247 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149247 is #EB6DB8. Grayscale: #636363. Windows color (decimal): -15429049 or 4690452. OLE color: 4690452.

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

Color convert

RGB 20 146 71 -
CMYK 0.86 0 0.51 0.43
HSL 144.29º 0.76% 0.33% -
HSV(B) 144.29º 0.86% 0.57% -
XYZ 11.7 21.16 9.43 -
YUV 99.78 111.76 71.1 -
System Red Green Blue C M Y K H S L
Decimal 20 146 71 0.86 0 0.51 0.43 144.29 0.76 0.33
Hex 14 92 47 56 0 33 2B 90 4C 21
Octal 24 222 107 126 0 63 53 220 114 41
Binary 10100 10010010 1000111 1010110 0 110011 101011 10010000 1001100 100001

Color Harmonies of #149247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149247

Black with #149247

Text Example


Text Example

White with #149247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149247; }

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

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

background-color css

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

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

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

border-color css

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

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

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