#197849

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

Shades of Salem #197849

Tints of Salem #197849

Color information

#197849 (or 0x197849) is unknown color: approx Salem. HEX triplet: 19, 78 and 49. RGB value is (25,120,73). Sum of RGB (Red+Green+Blue) = 25+120+73=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 120 (47.27% from 255 or 55.05% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 120 - color contains mainly: green. Hex color #197849 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197849 is #E687B6. Grayscale: #565656. Windows color (decimal): -15108023 or 4814873. OLE color: 4814873.

HSL color Cylindrical-coordinate representation of color #197849: hue angle of 150.32º 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 #197849 is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB2512073-
CMYK0.7900.390.53
HSL150.32º65.52%28.43%-
HSV(B)150.32º79.17%47.06%-
XYZ8.3214.128.59-
YUV86.24120.5384.32-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.47%
GREEN value IS 120 (47.27% from 255) = 55.05%
BLUE value IS 73 (28.91% from 255) = 33.49%
R=11.47%
G=55.05%
B=33.49%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25120730.7900.390.53150.3265.5228.43
Hex1978494F0273596421c
Octal311701111170476522610234
Binary11001111100010010011001111010011111010110010110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197849; }

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

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

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

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

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

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

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

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