#198F3E

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

Shades of Salem #198F3E

Tints of Salem #198F3E

Color information

#198F3E (or 0x198F3E) is unknown color: approx Salem. HEX triplet: 19, 8F and 3E. RGB value is (25,143,62). Sum of RGB (Red+Green+Blue) = 25+143+62=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 143 (56.25% from 255 or 62.17% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 143 - color contains mainly: green. Hex color #198F3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198F3E is #E670C1. Grayscale: #626262. Windows color (decimal): -15102146 or 4099865. OLE color: 4099865.

HSL color Cylindrical-coordinate representation of color #198F3E: hue angle of 138.81º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #198F3E is Cyan = 0.83, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.

Color convert

RGB2514362-
CMYK0.8300.570.44
HSL138.81º70.24%32.94%-
HSV(B)138.81º82.52%56.08%-
XYZ11.0920.27.87-
YUV98.48107.4175.59-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.87%
GREEN value IS 143 (56.25% from 255) = 62.17%
BLUE value IS 62 (24.61% from 255) = 26.96%
R=10.87%
G=62.17%
B=26.96%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal25143620.8300.570.44138.8170.2432.94
Hex198F3E530392C8b4621
Octal31217761230715421310641
Binary110011000111111111010100110111001101100100010111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,143,62); }

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

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

 a { background-color: rgb(25,143,62); }

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

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

 span { border-color: rgb(25,143,62); }

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