#198A4D

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

Shades of Salem #198A4D

Tints of Salem #198A4D

Color information

#198A4D (or 0x198A4D) is unknown color: approx Salem. HEX triplet: 19, 8A and 4D. RGB value is (25,138,77). Sum of RGB (Red+Green+Blue) = 25+138+77=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 138 (54.30% from 255 or 57.5% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 138 - color contains mainly: green. Hex color #198A4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198A4D is #E675B2. Grayscale: #616161. Windows color (decimal): -15103411 or 5081625. OLE color: 5081625.

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

Color convert

RGB2513877-
CMYK0.8200.440.46
HSL147.61º69.33%31.96%-
HSV(B)147.61º81.88%54.12%-
XYZ10.8318.9210.1-
YUV97.26116.5676.46-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.42%
GREEN value IS 138 (54.30% from 255) = 57.5%
BLUE value IS 77 (30.47% from 255) = 32.08%
R=10.42%
G=57.5%
B=32.08%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal25138770.8200.440.46147.6169.3331.96
Hex198A4D5202C2E944520
Octal312121151220545622410540
Binary1100110001010100110110100100101100101110100101001000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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