#198B4A

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

Shades of Salem #198B4A

Tints of Salem #198B4A

Color information

#198B4A (or 0x198B4A) is unknown color: approx Salem. HEX triplet: 19, 8B and 4A. RGB value is (25,139,74). Sum of RGB (Red+Green+Blue) = 25+139+74=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 139 (54.69% from 255 or 58.40% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 139 - color contains mainly: green. Hex color #198B4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198B4A is #E674B5. Grayscale: #616161. Windows color (decimal): -15103158 or 4885273. OLE color: 4885273.

HSL color Cylindrical-coordinate representation of color #198B4A: hue angle of 145.79º 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 #198B4A is Cyan = 0.82, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB2513974-
CMYK0.8200.470.45
HSL145.79º69.51%32.16%-
HSV(B)145.79º82.01%54.51%-
XYZ10.8719.179.61-
YUV97.5114.7376.29-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.50%
GREEN value IS 139 (54.69% from 255) = 58.40%
BLUE value IS 74 (29.30% from 255) = 31.09%
R=10.50%
G=58.40%
B=31.09%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal25139740.8200.470.45145.7969.5132.16
Hex198B4A5202F2D924620
Octal312131121220575522210640
Binary1100110001011100101010100100101111101101100100101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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