#197054

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

Shades of Salem #197054

Tints of Salem #197054

Color information

#197054 (or 0x197054) is unknown color: approx Salem. HEX triplet: 19, 70 and 54. RGB value is (25,112,84). Sum of RGB (Red+Green+Blue) = 25+112+84=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 112 (44.14% from 255 or 50.68% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 112 - color contains mainly: green. Hex color #197054 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197054 is #E68FAB. Grayscale: #525252. Windows color (decimal): -15110060 or 5533721. OLE color: 5533721.

HSL color Cylindrical-coordinate representation of color #197054: hue angle of 160.69º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197054 is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB2511284-
CMYK0.7800.250.56
HSL160.69º63.5%26.86%-
HSV(B)160.69º77.68%43.92%-
XYZ7.812.4410.38-
YUV82.79128.6886.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.31%
GREEN value IS 112 (44.14% from 255) = 50.68%
BLUE value IS 84 (33.20% from 255) = 38.01%
R=11.31%
G=50.68%
B=38.01%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25112840.7800.250.56160.6963.526.86
Hex1970544E01938a1401b
Octal311601241160317024110033
Binary1100111100001010100100111001100111100010100001100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197054; }

 p { color: rgb(25,112,84); }

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

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

 a { background-color: rgb(25,112,84); }

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

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

 span { border-color: rgb(25,112,84); }

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