Html Css Color HEX #198940 Salem

📋 copy color: '#198940'

red 25 ◦ green 137 ◦ blue 64

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

Shades of Salem #198940

Tints of Salem #198940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 28.32%

R = 11.06%
G = 60.62%
B = 28.32%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#198940 (or 0x198940) is known color: Salem. HEX triplet: 19, 89 and 40. RGB value is (25,137,64). Sum of RGB (Red+Green+Blue) = 25+137+64=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 137 (53.91% from 255 or 60.62% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 137 - color contains mainly: green. Hex color #198940 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198940 is #E676BF. Grayscale: #5F5F5F. Windows color (decimal): -15103680 or 4229401. OLE color: 4229401.

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

Color convert

RGB 25 137 64 -
CMYK 0.82 0 0.53 0.46
HSL 140.89º 0.69% 0.32% -
HSV(B) 140.89º 0.82% 0.54% -
XYZ 10.27 18.47 7.87 -
YUV 95.19 110.39 77.94 -
System Red Green Blue C M Y K H S L
Decimal 25 137 64 0.82 0 0.53 0.46 140.89 0.69 0.32
Hex 19 89 40 52 0 35 2E 8D 45 20
Octal 31 211 100 122 0 65 56 215 105 40
Binary 11001 10001001 1000000 1010010 0 110101 101110 10001101 1000101 100000

Color Harmonies of #198940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198940

Black with #198940

Text Example


Text Example

White with #198940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198940; }

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

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

background-color css

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

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

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

border-color css

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

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

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