Html Css Color HEX #198B4A Salem

📋 copy color: '#198B4A'

red 25 ◦ green 139 ◦ blue 74

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

Shades of Salem #198B4A

Tints of Salem #198B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 31.09%

R = 10.5%
G = 58.4%
B = 31.09%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#198B4A (or 0x198B4A) is known color: Salem. HEX triplet: 19, 8B and 4A. RGB value is (25,139,74). Sum of RGB (Red+Green+Blue) = 25+139+74=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 139 (54.69% from 255 or 58.40% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 139 - color contains mainly: green. Hex color #198B4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198B4A is #E674B5. Grayscale: #616161. Windows color (decimal): -15103158 or 4885273. OLE color: 4885273.

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

Color convert

RGB 25 139 74 -
CMYK 0.82 0 0.47 0.45
HSL 145.79º 0.7% 0.32% -
HSV(B) 145.79º 0.82% 0.55% -
XYZ 10.87 19.17 9.61 -
YUV 97.5 114.73 76.29 -
System Red Green Blue C M Y K H S L
Decimal 25 139 74 0.82 0 0.47 0.45 145.79 0.7 0.32
Hex 19 8B 4A 52 0 2F 2D 92 46 20
Octal 31 213 112 122 0 57 55 222 106 40
Binary 11001 10001011 1001010 1010010 0 101111 101101 10010010 1000110 100000

Color Harmonies of #198B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198B4A

Black with #198B4A

Text Example


Text Example

White with #198B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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