Html Css Color HEX #197D4D Salem

📋 copy color: '#197D4D'

red 25 ◦ green 125 ◦ blue 77

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

Shades of Salem #197D4D

Tints of Salem #197D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 33.92%

R = 11.01%
G = 55.07%
B = 33.92%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#197D4D (or 0x197D4D) is known color: Salem. HEX triplet: 19, 7D and 4D. RGB value is (25,125,77). Sum of RGB (Red+Green+Blue) = 25+125+77=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 125 (49.22% from 255 or 55.07% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 125 - color contains mainly: green. Hex color #197D4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197D4D is #E682B2. Grayscale: #595959. Windows color (decimal): -15106739 or 5078297. OLE color: 5078297.

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

Color convert

RGB 25 125 77 -
CMYK 0.8 0 0.38 0.51
HSL 151.2º 0.67% 0.29% -
HSV(B) 151.2º 0.8% 0.49% -
XYZ 9.07 15.41 9.52 -
YUV 89.63 120.87 81.9 -
System Red Green Blue C M Y K H S L
Decimal 25 125 77 0.8 0 0.38 0.51 151.2 0.67 0.29
Hex 19 7D 4D 50 0 26 33 97 43 1D
Octal 31 175 115 120 0 46 63 227 103 35
Binary 11001 1111101 1001101 1010000 0 100110 110011 10010111 1000011 11101

Color Harmonies of #197D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197D4D

Black with #197D4D

Text Example


Text Example

White with #197D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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