#198A46

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

Shades of Salem #198A46

Tints of Salem #198A46

Color information

#198A46 (or 0x198A46) is unknown color: approx Salem. HEX triplet: 19, 8A and 46. RGB value is (25,138,70). Sum of RGB (Red+Green+Blue) = 25+138+70=233 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.73% from 233); Green value is 138 (54.30% from 255 or 59.23% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 138 - color contains mainly: green. Hex color #198A46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198A46 is #E675B9. Grayscale: #606060. Windows color (decimal): -15103418 or 4622873. OLE color: 4622873.

HSL color Cylindrical-coordinate representation of color #198A46: hue angle of 143.89º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198A46 is Cyan = 0.82, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB2513870-
CMYK0.8200.490.46
HSL143.89º69.33%31.96%-
HSV(B)143.89º81.88%54.12%-
XYZ10.5918.838.87-
YUV96.46113.0677.03-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.73%
GREEN value IS 138 (54.30% from 255) = 59.23%
BLUE value IS 70 (27.73% from 255) = 30.04%
R=10.73%
G=59.23%
B=30.04%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal25138700.8200.490.46143.8969.3331.96
Hex198A46520312E904520
Octal312121061220615622010540
Binary1100110001010100011010100100110001101110100100001000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,138,70); }

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

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

 a { background-color: rgb(25,138,70); }

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

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

 span { border-color: rgb(25,138,70); }

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