#198C3B

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

Shades of Salem #198C3B

Tints of Salem #198C3B

Color information

#198C3B (or 0x198C3B) is unknown color: approx Salem. HEX triplet: 19, 8C and 3B. RGB value is (25,140,59). Sum of RGB (Red+Green+Blue) = 25+140+59=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 140 (55.08% from 255 or 62.5% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 140 - color contains mainly: green. Hex color #198C3B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198C3B is #E673C4. Grayscale: #606060. Windows color (decimal): -15102917 or 3902489. OLE color: 3902489.

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

Color convert

RGB2514059-
CMYK0.8200.580.45
HSL137.74º69.7%32.35%-
HSV(B)137.74º82.14%54.9%-
XYZ10.5719.287.3-
YUV96.38106.977.09-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.16%
GREEN value IS 140 (55.08% from 255) = 62.5%
BLUE value IS 59 (23.44% from 255) = 26.34%
R=11.16%
G=62.5%
B=26.34%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal25140590.8200.580.45137.7469.732.35
Hex198C3B5203A2D8a4620
Octal31214731220725521210640
Binary110011000110011101110100100111010101101100010101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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