#198D48

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

Shades of Salem #198D48

Tints of Salem #198D48

Color information

#198D48 (or 0x198D48) is unknown color: approx Salem. HEX triplet: 19, 8D and 48. RGB value is (25,141,72). Sum of RGB (Red+Green+Blue) = 25+141+72=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 141 (55.47% from 255 or 59.24% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 141 - color contains mainly: green. Hex color #198D48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198D48 is #E672B7. Grayscale: #626262. Windows color (decimal): -15102648 or 4754713. OLE color: 4754713.

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

Color convert

RGB2514172-
CMYK0.8200.490.45
HSL144.31º69.88%32.55%-
HSV(B)144.31º82.27%55.29%-
XYZ11.119.729.35-
YUV98.45113.0775.61-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.50%
GREEN value IS 141 (55.47% from 255) = 59.24%
BLUE value IS 72 (28.52% from 255) = 30.25%
R=10.50%
G=59.24%
B=30.25%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal25141720.8200.490.45144.3169.8832.55
Hex198D48520312D904621
Octal312151101220615522010641
Binary1100110001101100100010100100110001101101100100001000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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