#198D58

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

Shades of Salem #198D58

Tints of Salem #198D58

Color information

#198D58 (or 0x198D58) is unknown color: approx Salem. HEX triplet: 19, 8D and 58. RGB value is (25,141,88). Sum of RGB (Red+Green+Blue) = 25+141+88=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 141 (55.47% from 255 or 55.51% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 141 - color contains mainly: green. Hex color #198D58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198D58 is #E672A7. Grayscale: #646464. Windows color (decimal): -15102632 or 5803289. OLE color: 5803289.

HSL color Cylindrical-coordinate representation of color #198D58: hue angle of 152.59º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198D58 is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB2514188-
CMYK0.8200.380.45
HSL152.59º69.88%32.55%-
HSV(B)152.59º82.27%55.29%-
XYZ11.6919.9612.47-
YUV100.27121.0774.31-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.84%
GREEN value IS 141 (55.47% from 255) = 55.51%
BLUE value IS 88 (34.77% from 255) = 34.65%
R=9.84%
G=55.51%
B=34.65%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal25141880.8200.380.45152.5969.8832.55
Hex198D58520262D994621
Octal312151301220465523110641
Binary1100110001101101100010100100100110101101100110011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,141,88); }

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

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

 a { background-color: rgb(25,141,88); }

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

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

 span { border-color: rgb(25,141,88); }

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