#197C46

Color #197C46 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #197C46

Tints of Salem #197C46

Color information

#197C46 (or 0x197C46) is unknown color: approx Salem. HEX triplet: 19, 7C and 46. RGB value is (25,124,70). Sum of RGB (Red+Green+Blue) = 25+124+70=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 124 (48.83% from 255 or 56.62% from 219); Blue value is 70 (27.73% from 255 or 31.96% from 219); Max value from RGB is 124 - color contains mainly: green. Hex color #197C46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197C46 is #E683B9. Grayscale: #585858. Windows color (decimal): -15107002 or 4619289. OLE color: 4619289.

HSL color Cylindrical-coordinate representation of color #197C46: hue angle of 147.27º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197C46 is Cyan = 0.80, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB2512470-
CMYK0.8000.440.51
HSL147.27º66.44%29.22%-
HSV(B)147.27º79.84%48.63%-
XYZ8.7115.068.24-
YUV88.24117.782.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.42%
GREEN value IS 124 (48.83% from 255) = 56.62%
BLUE value IS 70 (27.73% from 255) = 31.96%
R=11.42%
G=56.62%
B=31.96%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal25124700.8000.440.51147.2766.4429.22
Hex197C465002C3393421d
Octal311741061200546322310235
Binary11001111110010001101010000010110011001110010011100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197C46; }

 p { color: rgb(25,124,70); }

 H1.HeaderClassName
 {
   color: #197C46;
 }
 .AnyTagClassName
 {
   color: #197C46;
 }
</style>
background-color css

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

 a { background-color: rgb(25,124,70); }

 div.DivClassName
 {
   background-color: #197C46;
 }
 .BgClassName
 {
   background-color: #197C46;
 }
</style>
border-color css

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

 span { border-color: rgb(25,124,70); }

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