#198248

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

Shades of Salem #198248

Tints of Salem #198248

Color information

#198248 (or 0x198248) is unknown color: approx Salem. HEX triplet: 19, 82 and 48. RGB value is (25,130,72). Sum of RGB (Red+Green+Blue) = 25+130+72=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 130 (51.17% from 255 or 57.27% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 130 - color contains mainly: green. Hex color #198248 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198248 is #E67DB7. Grayscale: #5C5C5C. Windows color (decimal): -15105464 or 4751897. OLE color: 4751897.

HSL color Cylindrical-coordinate representation of color #198248: hue angle of 146.86º 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 #198248 is Cyan = 0.81, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB2513072-
CMYK0.8100.450.49
HSL146.86º67.74%30.39%-
HSV(B)146.86º80.77%50.98%-
XYZ9.5516.648.84-
YUV91.99116.7180.22-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.01%
GREEN value IS 130 (51.17% from 255) = 57.27%
BLUE value IS 72 (28.52% from 255) = 31.72%
R=11.01%
G=57.27%
B=31.72%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal25130720.8100.450.49146.8667.7430.39
Hex1982485102D3193441e
Octal312021101210556122310436
Binary110011000001010010001010001010110111000110010011100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198248; }

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

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

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

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

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

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

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

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