#198B48

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

Shades of Salem #198B48

Tints of Salem #198B48

Color information

#198B48 (or 0x198B48) is unknown color: approx Salem. HEX triplet: 19, 8B and 48. RGB value is (25,139,72). Sum of RGB (Red+Green+Blue) = 25+139+72=236 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.59% from 236); Green value is 139 (54.69% from 255 or 58.90% from 236); Blue value is 72 (28.52% from 255 or 30.51% from 236); Max value from RGB is 139 - color contains mainly: green. Hex color #198B48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198B48 is #E674B7. Grayscale: #616161. Windows color (decimal): -15103160 or 4754201. OLE color: 4754201.

HSL color Cylindrical-coordinate representation of color #198B48: hue angle of 144.74º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198B48 is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB2513972-
CMYK0.8200.480.45
HSL144.74º69.51%32.16%-
HSV(B)144.74º82.01%54.51%-
XYZ10.819.149.26-
YUV97.28113.7376.45-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.59%
GREEN value IS 139 (54.69% from 255) = 58.90%
BLUE value IS 72 (28.52% from 255) = 30.51%
R=10.59%
G=58.90%
B=30.51%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal25139720.8200.480.45144.7469.5132.16
Hex198B48520302D914620
Octal312131101220605522110640
Binary1100110001011100100010100100110000101101100100011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198B48; }

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

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

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

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

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

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

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

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