#197E46

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

Shades of Salem #197E46

Tints of Salem #197E46

Color information

#197E46 (or 0x197E46) is unknown color: approx Salem. HEX triplet: 19, 7E and 46. RGB value is (25,126,70). Sum of RGB (Red+Green+Blue) = 25+126+70=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 126 (49.61% from 255 or 57.01% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 126 - color contains mainly: green. Hex color #197E46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197E46 is #E681B9. Grayscale: #595959. Windows color (decimal): -15106490 or 4619801. OLE color: 4619801.

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

Color convert

RGB2512670-
CMYK0.8000.440.51
HSL146.73º66.89%29.61%-
HSV(B)146.73º80.16%49.41%-
XYZ8.9715.578.33-
YUV89.42117.0482.05-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.31%
GREEN value IS 126 (49.61% from 255) = 57.01%
BLUE value IS 70 (27.73% from 255) = 31.67%
R=11.31%
G=57.01%
B=31.67%

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
Decimal25126700.8000.440.51146.7366.8929.61
Hex197E465002C3393431e
Octal311761061200546322310336
Binary11001111111010001101010000010110011001110010011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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