#197E56

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

Shades of Salem #197E56

Tints of Salem #197E56

Color information

#197E56 (or 0x197E56) is unknown color: approx Salem. HEX triplet: 19, 7E and 56. RGB value is (25,126,86). Sum of RGB (Red+Green+Blue) = 25+126+86=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 126 (49.61% from 255 or 53.16% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 126 - color contains mainly: green. Hex color #197E56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197E56 is #E681A9. Grayscale: #5B5B5B. Windows color (decimal): -15106474 or 5668377. OLE color: 5668377.

HSL color Cylindrical-coordinate representation of color #197E56: hue angle of 156.24º 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 #197E56 is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.

Color convert

RGB2512686-
CMYK0.8000.320.51
HSL156.24º66.89%29.61%-
HSV(B)156.24º80.16%49.41%-
XYZ9.5415.811.35-
YUV91.24125.0480.75-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.55%
GREEN value IS 126 (49.61% from 255) = 53.16%
BLUE value IS 86 (33.98% from 255) = 36.29%
R=10.55%
G=53.16%
B=36.29%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal25126860.8000.320.51156.2466.8929.61
Hex197E5650020339c431e
Octal311761261200406323410336
Binary11001111111010101101010000010000011001110011100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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