Html Css Color HEX #198A40 Salem

📋 copy color: '#198A40'

red 25 ◦ green 138 ◦ blue 64

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

Shades of Salem #198A40

Tints of Salem #198A40

RGB

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

 GREEN value IS 138 (54.3% from 255) = 60.79%

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

R = 11.01%
G = 60.79%
B = 28.19%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#198A40 (or 0x198A40) is known color: Salem. HEX triplet: 19, 8A and 40. RGB value is (25,138,64). Sum of RGB (Red+Green+Blue) = 25+138+64=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 138 (54.30% from 255 or 60.79% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 138 - color contains mainly: green. Hex color #198A40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198A40 is #E675BF. Grayscale: #5F5F5F. Windows color (decimal): -15103424 or 4229657. OLE color: 4229657.

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

Color convert

RGB 25 138 64 -
CMYK 0.82 0 0.54 0.46
HSL 140.71º 0.69% 0.32% -
HSV(B) 140.71º 0.82% 0.54% -
XYZ 10.41 18.75 7.92 -
YUV 95.78 110.06 77.52 -
System Red Green Blue C M Y K H S L
Decimal 25 138 64 0.82 0 0.54 0.46 140.71 0.69 0.32
Hex 19 8A 40 52 0 36 2E 8D 45 20
Octal 31 212 100 122 0 66 56 215 105 40
Binary 11001 10001010 1000000 1010010 0 110110 101110 10001101 1000101 100000

Color Harmonies of #198A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198A40

Black with #198A40

Text Example


Text Example

White with #198A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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