#198A3B

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

Shades of Salem #198A3B

Tints of Salem #198A3B

Color information

#198A3B (or 0x198A3B) is unknown color: approx Salem. HEX triplet: 19, 8A and 3B. RGB value is (25,138,59). Sum of RGB (Red+Green+Blue) = 25+138+59=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 138 (54.30% from 255 or 62.16% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 138 - color contains mainly: green. Hex color #198A3B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198A3B is #E675C4. Grayscale: #5F5F5F. Windows color (decimal): -15103429 or 3901977. OLE color: 3901977.

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

Color convert

RGB2513859-
CMYK0.8200.570.46
HSL138.05º69.33%31.96%-
HSV(B)138.05º81.88%54.12%-
XYZ10.2818.77.21-
YUV95.21107.5677.92-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.26%
GREEN value IS 138 (54.30% from 255) = 62.16%
BLUE value IS 59 (23.44% from 255) = 26.58%
R=11.26%
G=62.16%
B=26.58%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal25138590.8200.570.46138.0569.3331.96
Hex198A3B520392E8a4520
Octal31212731220715621210540
Binary110011000101011101110100100111001101110100010101000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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