Html Css Color HEX #197949 Salem

📋 copy color: '#197949'

red 25 ◦ green 121 ◦ blue 73

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

Shades of Salem #197949

Tints of Salem #197949

RGB

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

 GREEN value IS 121 (47.66% from 255) = 55.25%

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

R = 11.42%
G = 55.25%
B = 33.33%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#197949 (or 0x197949) is known color: Salem. HEX triplet: 19, 79 and 49. RGB value is (25,121,73). Sum of RGB (Red+Green+Blue) = 25+121+73=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 121 (47.66% from 255 or 55.25% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 121 - color contains mainly: green. Hex color #197949 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197949 is #E686B6. Grayscale: #565656. Windows color (decimal): -15107767 or 4815129. OLE color: 4815129.

HSL color Cylindrical-coordinate representation of color #197949: hue angle of 150º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197949 is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 121 73 -
CMYK 0.79 0 0.40 0.53
HSL 150º 0.66% 0.29% -
HSV(B) 150º 0.79% 0.47% -
XYZ 8.44 14.36 8.63 -
YUV 86.82 120.2 83.9 -
System Red Green Blue C M Y K H S L
Decimal 25 121 73 0.79 0 0.40 0.53 150 0.66 0.29
Hex 19 79 49 4F 0 28 35 96 42 1D
Octal 31 171 111 117 0 50 65 226 102 35
Binary 11001 1111001 1001001 1001111 0 101000 110101 10010110 1000010 11101

Color Harmonies of #197949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197949

Black with #197949

Text Example


Text Example

White with #197949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197949; }

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

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

background-color css

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

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

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

border-color css

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

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

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