#198249

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

Shades of Salem #198249

Tints of Salem #198249

Color information

#198249 (or 0x198249) is unknown color: approx Salem. HEX triplet: 19, 82 and 49. RGB value is (25,130,73). Sum of RGB (Red+Green+Blue) = 25+130+73=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 130 (51.17% from 255 or 57.02% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 130 - color contains mainly: green. Hex color #198249 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198249 is #E67DB6. Grayscale: #5C5C5C. Windows color (decimal): -15105463 or 4817433. OLE color: 4817433.

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

Color convert

RGB2513073-
CMYK0.8100.440.49
HSL147.43º67.74%30.39%-
HSV(B)147.43º80.77%50.98%-
XYZ9.5916.659.01-
YUV92.11117.2180.13-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.96%
GREEN value IS 130 (51.17% from 255) = 57.02%
BLUE value IS 73 (28.91% from 255) = 32.02%
R=10.96%
G=57.02%
B=32.02%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal25130730.8100.440.49147.4367.7430.39
Hex1982495102C3193441e
Octal312021111210546122310436
Binary110011000001010010011010001010110011000110010011100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198249; }

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

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

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

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

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

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

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

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