Html Css Color HEX #198C49 Salem

📋 copy color: '#198C49'

red 25 ◦ green 140 ◦ blue 73

#198C49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #198C49

Tints of Salem #198C49

RGB

 RED value IS 25 (10.16% from 255) = 10.5%

 GREEN value IS 140 (55.08% from 255) = 58.82%

 BLUE value IS 73 (28.91% from 255) = 30.67%

R = 10.5%
G = 58.82%
B = 30.67%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#198C49 (or 0x198C49) is known color: Salem. HEX triplet: 19, 8C and 49. RGB value is (25,140,73). Sum of RGB (Red+Green+Blue) = 25+140+73=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 140 (55.08% from 255 or 58.82% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 140 - color contains mainly: green. Hex color #198C49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198C49 is #E673B6. Grayscale: #626262. Windows color (decimal): -15102903 or 4819993. OLE color: 4819993.

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

Color convert

RGB 25 140 73 -
CMYK 0.82 0 0.48 0.45
HSL 145.04º 0.7% 0.32% -
HSV(B) 145.04º 0.82% 0.55% -
XYZ 10.98 19.44 9.48 -
YUV 97.98 113.9 75.95 -
System Red Green Blue C M Y K H S L
Decimal 25 140 73 0.82 0 0.48 0.45 145.04 0.7 0.32
Hex 19 8C 49 52 0 30 2D 91 46 20
Octal 31 214 111 122 0 60 55 221 106 40
Binary 11001 10001100 1001001 1010010 0 110000 101101 10010001 1000110 100000

Color Harmonies of #198C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198C49

Black with #198C49

Text Example


Text Example

White with #198C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #198C49;
 }
 .AnyTagClassName
 {
   color: #198C49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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