#198148

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

Shades of Salem #198148

Tints of Salem #198148

Color information

#198148 (or 0x198148) is unknown color: approx Salem. HEX triplet: 19, 81 and 48. RGB value is (25,129,72). Sum of RGB (Red+Green+Blue) = 25+129+72=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 129 (50.78% from 255 or 57.08% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 129 - color contains mainly: green. Hex color #198148 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198148 is #E67EB7. Grayscale: #5B5B5B. Windows color (decimal): -15105720 or 4751641. OLE color: 4751641.

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

Color convert

RGB2512972-
CMYK0.8100.440.49
HSL147.12º67.53%30.2%-
HSV(B)147.12º80.62%50.59%-
XYZ9.4216.388.8-
YUV91.41117.0480.63-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.06%
GREEN value IS 129 (50.78% from 255) = 57.08%
BLUE value IS 72 (28.52% from 255) = 31.86%
R=11.06%
G=57.08%
B=31.86%

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
Decimal25129720.8100.440.49147.1267.5330.2
Hex1981485102C3193441e
Octal312011101210546122310436
Binary110011000000110010001010001010110011000110010011100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198148; }

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

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

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

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

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

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

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

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