#197f52

Color #197F52 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #197F52

Tints of Salem #197F52

Color information

#197F52 (or 0x197F52) is unknown color: approx Salem. HEX triplet: 19, 7F and 52. RGB value is (25,127,82). Sum of RGB (Red+Green+Blue) = 25+127+82=234 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.68% from 234); Green value is 127 (50% from 255 or 54.27% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 127 - color contains mainly: green. Hex color #197F52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197F52 is #E680AD. Grayscale: #5B5B5B. Windows color (decimal): -15106222 or 5406489. OLE color: 5406489.

HSL color Cylindrical-coordinate representation of color #197F52: hue angle of 153.53º 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 #197F52 is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB2512782-
CMYK0.8000.350.50
HSL153.53º67.11%29.8%-
HSV(B)153.53º80.31%49.8%-
XYZ9.5115.9910.57-
YUV91.37122.7180.66-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.68%
GREEN value IS 127 (50% from 255) = 54.27%
BLUE value IS 82 (32.42% from 255) = 35.04%
R=10.68%
G=54.27%
B=35.04%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal25127820.8000.350.50153.5367.1129.8
Hex197F5250023329a431e
Octal311771221200436223210336
Binary11001111111110100101010000010001111001010011010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197f52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #197f52;
 }
 .AnyTagClassName
 {
   color: #197f52;
 }
</style>
background-color css

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

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

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

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

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

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