Html Css Color HEX #197A51 Salem

📋 copy color: '#197A51'

red 25 ◦ green 122 ◦ blue 81

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

Shades of Salem #197A51

Tints of Salem #197A51

RGB

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

 GREEN value IS 122 (48.05% from 255) = 53.51%

 BLUE value IS 81 (32.03% from 255) = 35.53%

R = 10.96%
G = 53.51%
B = 35.53%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.34

 K value IS 0.52

RGB Variations

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

Color information

#197A51 (or 0x197A51) is known color: Salem. HEX triplet: 19, 7A and 51. RGB value is (25,122,81). Sum of RGB (Red+Green+Blue) = 25+122+81=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 122 (48.05% from 255 or 53.51% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 122 - color contains mainly: green. Hex color #197A51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197A51 is #E685AE. Grayscale: #585858. Windows color (decimal): -15107503 or 5339673. OLE color: 5339673.

HSL color Cylindrical-coordinate representation of color #197A51: hue angle of 154.64º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197A51 is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.

Color convert

RGB 25 122 81 -
CMYK 0.80 0 0.34 0.52
HSL 154.64º 0.66% 0.29% -
HSV(B) 154.64º 0.8% 0.48% -
XYZ 8.85 14.72 10.16 -
YUV 88.32 123.86 82.83 -
System Red Green Blue C M Y K H S L
Decimal 25 122 81 0.80 0 0.34 0.52 154.64 0.66 0.29
Hex 19 7A 51 50 0 22 34 9B 42 1D
Octal 31 172 121 120 0 42 64 233 102 35
Binary 11001 1111010 1010001 1010000 0 100010 110100 10011011 1000010 11101

Color Harmonies of #197A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197A51

Black with #197A51

Text Example


Text Example

White with #197A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,122,81); }

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

background-color css

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

 a { background-color: rgb(25,122,81); }

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

border-color css

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

 span { border-color: rgb(25,122,81); }

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