#197D4A

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

Shades of Salem #197D4A

Tints of Salem #197D4A

Color information

#197D4A (or 0x197D4A) is unknown color: approx Salem. HEX triplet: 19, 7D and 4A. RGB value is (25,125,74). Sum of RGB (Red+Green+Blue) = 25+125+74=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 125 (49.22% from 255 or 55.80% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 125 - color contains mainly: green. Hex color #197D4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197D4A is #E682B5. Grayscale: #595959. Windows color (decimal): -15106742 or 4881689. OLE color: 4881689.

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

Color convert

RGB2512574-
CMYK0.800.410.51
HSL149.4º66.67%29.41%-
HSV(B)149.4º80%49.02%-
XYZ8.9715.378.97-
YUV89.29119.3782.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.16%
GREEN value IS 125 (49.22% from 255) = 55.80%
BLUE value IS 74 (29.30% from 255) = 33.04%
R=11.16%
G=55.80%
B=33.04%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal25125740.800.410.51149.466.6729.41
Hex197D4A500293395431d
Octal311751121200516322510335
Binary11001111110110010101010000010100111001110010101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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