#197858

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

Shades of Salem #197858

Tints of Salem #197858

Color information

#197858 (or 0x197858) is unknown color: approx Salem. HEX triplet: 19, 78 and 58. RGB value is (25,120,88). Sum of RGB (Red+Green+Blue) = 25+120+88=233 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.73% from 233); Green value is 120 (47.27% from 255 or 51.50% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 120 - color contains mainly: green. Hex color #197858 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197858 is #E687A7. Grayscale: #575757. Windows color (decimal): -15108008 or 5797913. OLE color: 5797913.

HSL color Cylindrical-coordinate representation of color #197858: hue angle of 159.79º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197858 is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB2512088-
CMYK0.7900.270.53
HSL159.79º65.52%28.43%-
HSV(B)159.79º79.17%47.06%-
XYZ8.8814.3411.53-
YUV87.95128.0383.1-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.73%
GREEN value IS 120 (47.27% from 255) = 51.50%
BLUE value IS 88 (34.77% from 255) = 37.77%
R=10.73%
G=51.50%
B=37.77%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25120880.7900.270.53159.7965.5228.43
Hex1978584F01B35a0421c
Octal311701301170336524010234
Binary1100111110001011000100111101101111010110100000100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197858; }

 p { color: rgb(25,120,88); }

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

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

 a { background-color: rgb(25,120,88); }

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

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

 span { border-color: rgb(25,120,88); }

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