Html Css Color HEX #198B4C Salem

📋 copy color: '#198B4C'

red 25 ◦ green 139 ◦ blue 76

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

Shades of Salem #198B4C

Tints of Salem #198B4C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 57.92%

 BLUE value IS 76 (30.08% from 255) = 31.67%

R = 10.42%
G = 57.92%
B = 31.67%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.45

 K value IS 0.45

RGB Variations

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

Color information

#198B4C (or 0x198B4C) is known color: Salem. HEX triplet: 19, 8B and 4C. RGB value is (25,139,76). Sum of RGB (Red+Green+Blue) = 25+139+76=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 139 (54.69% from 255 or 57.92% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 139 - color contains mainly: green. Hex color #198B4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198B4C is #E674B3. Grayscale: #616161. Windows color (decimal): -15103156 or 5016345. OLE color: 5016345.

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

Color convert

RGB 25 139 76 -
CMYK 0.82 0 0.45 0.45
HSL 146.84º 0.7% 0.32% -
HSV(B) 146.84º 0.82% 0.55% -
XYZ 10.94 19.19 9.97 -
YUV 97.73 115.73 76.12 -
System Red Green Blue C M Y K H S L
Decimal 25 139 76 0.82 0 0.45 0.45 146.84 0.7 0.32
Hex 19 8B 4C 52 0 2D 2D 93 46 20
Octal 31 213 114 122 0 55 55 223 106 40
Binary 11001 10001011 1001100 1010010 0 101101 101101 10010011 1000110 100000

Color Harmonies of #198B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198B4C

Black with #198B4C

Text Example


Text Example

White with #198B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,139,76); }

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

background-color css

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

 a { background-color: rgb(25,139,76); }

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

border-color css

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

 span { border-color: rgb(25,139,76); }

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