Html Css Color HEX #197D47 Salem

📋 copy color: '#197D47'

red 25 ◦ green 125 ◦ blue 71

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

Shades of Salem #197D47

Tints of Salem #197D47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 32.13%

R = 11.31%
G = 56.56%
B = 32.13%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.43

 K value IS 0.51

RGB Variations

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

Color information

#197D47 (or 0x197D47) is known color: Salem. HEX triplet: 19, 7D and 47. RGB value is (25,125,71). Sum of RGB (Red+Green+Blue) = 25+125+71=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 125 (49.22% from 255 or 56.56% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 125 - color contains mainly: green. Hex color #197D47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197D47 is #E682B8. Grayscale: #595959. Windows color (decimal): -15106745 or 4685081. OLE color: 4685081.

HSL color Cylindrical-coordinate representation of color #197D47: hue angle of 147.6º 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 #197D47 is Cyan = 0.8, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 125 71 -
CMYK 0.8 0 0.43 0.51
HSL 147.6º 0.67% 0.29% -
HSV(B) 147.6º 0.8% 0.49% -
XYZ 8.87 15.33 8.45 -
YUV 88.94 117.87 82.39 -
System Red Green Blue C M Y K H S L
Decimal 25 125 71 0.8 0 0.43 0.51 147.6 0.67 0.29
Hex 19 7D 47 50 0 2B 33 94 43 1D
Octal 31 175 107 120 0 53 63 224 103 35
Binary 11001 1111101 1000111 1010000 0 101011 110011 10010100 1000011 11101

Color Harmonies of #197D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197D47

Black with #197D47

Text Example


Text Example

White with #197D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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