Html Css Color HEX #198950 Salem

📋 copy color: '#198950'

red 25 ◦ green 137 ◦ blue 80

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

Shades of Salem #198950

Tints of Salem #198950

RGB

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

 GREEN value IS 137 (53.91% from 255) = 56.61%

 BLUE value IS 80 (31.64% from 255) = 33.06%

R = 10.33%
G = 56.61%
B = 33.06%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#198950 (or 0x198950) is known color: Salem. HEX triplet: 19, 89 and 50. RGB value is (25,137,80). Sum of RGB (Red+Green+Blue) = 25+137+80=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 137 (53.91% from 255 or 56.61% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 137 - color contains mainly: green. Hex color #198950 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198950 is #E676AF. Grayscale: #616161. Windows color (decimal): -15103664 or 5277977. OLE color: 5277977.

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

Color convert

RGB 25 137 80 -
CMYK 0.82 0 0.42 0.46
HSL 149.46º 0.69% 0.32% -
HSV(B) 149.46º 0.82% 0.54% -
XYZ 10.79 18.68 10.63 -
YUV 97.01 118.39 76.63 -
System Red Green Blue C M Y K H S L
Decimal 25 137 80 0.82 0 0.42 0.46 149.46 0.69 0.32
Hex 19 89 50 52 0 2A 2E 95 45 20
Octal 31 211 120 122 0 52 56 225 105 40
Binary 11001 10001001 1010000 1010010 0 101010 101110 10010101 1000101 100000

Color Harmonies of #198950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198950

Black with #198950

Text Example


Text Example

White with #198950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198950; }

 p { color: rgb(25,137,80); }

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

background-color css

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

 a { background-color: rgb(25,137,80); }

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

border-color css

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

 span { border-color: rgb(25,137,80); }

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