Html Css Color HEX #197D49 Salem

📋 copy color: '#197D49'

red 25 ◦ green 125 ◦ blue 73

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

Shades of Salem #197D49

Tints of Salem #197D49

RGB

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

 GREEN value IS 125 (49.22% from 255) = 56.05%

 BLUE value IS 73 (28.91% from 255) = 32.74%

R = 11.21%
G = 56.05%
B = 32.74%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#197D49 (or 0x197D49) is known color: Salem. HEX triplet: 19, 7D and 49. RGB value is (25,125,73). Sum of RGB (Red+Green+Blue) = 25+125+73=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 125 (49.22% from 255 or 56.05% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 125 - color contains mainly: green. Hex color #197D49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197D49 is #E682B6. Grayscale: #595959. Windows color (decimal): -15106743 or 4816153. OLE color: 4816153.

HSL color Cylindrical-coordinate representation of color #197D49: hue angle of 148.8º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197D49 is Cyan = 0.8, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 125 73 -
CMYK 0.8 0 0.42 0.51
HSL 148.8º 0.67% 0.29% -
HSV(B) 148.8º 0.8% 0.49% -
XYZ 8.94 15.35 8.8 -
YUV 89.17 118.87 82.23 -
System Red Green Blue C M Y K H S L
Decimal 25 125 73 0.8 0 0.42 0.51 148.8 0.67 0.29
Hex 19 7D 49 50 0 2A 33 95 43 1D
Octal 31 175 111 120 0 52 63 225 103 35
Binary 11001 1111101 1001001 1010000 0 101010 110011 10010101 1000011 11101

Color Harmonies of #197D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197D49

Black with #197D49

Text Example


Text Example

White with #197D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197D49; }

 p { color: rgb(25,125,73); }

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

background-color css

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

 a { background-color: rgb(25,125,73); }

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

border-color css

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

 span { border-color: rgb(25,125,73); }

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