Html Css Color HEX #197F48 Salem

📋 copy color: '#197F48'

red 25 ◦ green 127 ◦ blue 72

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

Shades of Salem #197F48

Tints of Salem #197F48

RGB

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

 GREEN value IS 127 (50% from 255) = 56.7%

 BLUE value IS 72 (28.52% from 255) = 32.14%

R = 11.16%
G = 56.7%
B = 32.14%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#197F48 (or 0x197F48) is known color: Salem. HEX triplet: 19, 7F and 48. RGB value is (25,127,72). Sum of RGB (Red+Green+Blue) = 25+127+72=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 127 (50% from 255 or 56.70% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 127 - color contains mainly: green. Hex color #197F48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197F48 is #E680B7. Grayscale: #5A5A5A. Windows color (decimal): -15106232 or 4751129. OLE color: 4751129.

HSL color Cylindrical-coordinate representation of color #197F48: hue angle of 147.65º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197F48 is Cyan = 0.80, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB 25 127 72 -
CMYK 0.80 0 0.43 0.50
HSL 147.65º 0.67% 0.3% -
HSV(B) 147.65º 0.8% 0.5% -
XYZ 9.16 15.85 8.71 -
YUV 90.23 117.71 81.47 -
System Red Green Blue C M Y K H S L
Decimal 25 127 72 0.80 0 0.43 0.50 147.65 0.67 0.3
Hex 19 7F 48 50 0 2B 32 94 43 1E
Octal 31 177 110 120 0 53 62 224 103 36
Binary 11001 1111111 1001000 1010000 0 101011 110010 10010100 1000011 11110

Color Harmonies of #197F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197F48

Black with #197F48

Text Example


Text Example

White with #197F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,127,72); }

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

background-color css

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

 a { background-color: rgb(25,127,72); }

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

border-color css

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

 span { border-color: rgb(25,127,72); }

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