#198C3F

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

Shades of Salem #198C3F

Tints of Salem #198C3F

Color information

#198C3F (or 0x198C3F) is unknown color: approx Salem. HEX triplet: 19, 8C and 3F. RGB value is (25,140,63). Sum of RGB (Red+Green+Blue) = 25+140+63=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 140 (55.08% from 255 or 61.40% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 140 - color contains mainly: green. Hex color #198C3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198C3F is #E673C0. Grayscale: #616161. Windows color (decimal): -15102913 or 4164633. OLE color: 4164633.

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

Color convert

RGB2514063-
CMYK0.8200.550.45
HSL139.83º69.7%32.35%-
HSV(B)139.83º82.14%54.9%-
XYZ10.6819.327.87-
YUV96.84108.976.76-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.96%
GREEN value IS 140 (55.08% from 255) = 61.40%
BLUE value IS 63 (25% from 255) = 27.63%
R=10.96%
G=61.40%
B=27.63%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal25140630.8200.550.45139.8369.732.35
Hex198C3F520372D8c4620
Octal31214771220675521410640
Binary110011000110011111110100100110111101101100011001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,140,63); }

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

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

 a { background-color: rgb(25,140,63); }

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

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

 span { border-color: rgb(25,140,63); }

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