#197A4B

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

Shades of Salem #197A4B

Tints of Salem #197A4B

Color information

#197A4B (or 0x197A4B) is unknown color: approx Salem. HEX triplet: 19, 7A and 4B. RGB value is (25,122,75). Sum of RGB (Red+Green+Blue) = 25+122+75=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 122 (48.05% from 255 or 54.95% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 122 - color contains mainly: green. Hex color #197A4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197A4B is #E685B4. Grayscale: #575757. Windows color (decimal): -15107509 or 4946457. OLE color: 4946457.

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

Color convert

RGB2512275-
CMYK0.8000.390.52
HSL150.93º65.99%28.82%-
HSV(B)150.93º79.51%47.84%-
XYZ8.6314.639.03-
YUV87.64120.8683.32-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.26%
GREEN value IS 122 (48.05% from 255) = 54.95%
BLUE value IS 75 (29.69% from 255) = 33.78%
R=11.26%
G=54.95%
B=33.78%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal25122750.8000.390.52150.9365.9928.82
Hex197A4B500273497421d
Octal311721131200476422710235
Binary11001111101010010111010000010011111010010010111100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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