#197453

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

Shades of Salem #197453

Tints of Salem #197453

Color information

#197453 (or 0x197453) is unknown color: approx Salem. HEX triplet: 19, 74 and 53. RGB value is (25,116,83). Sum of RGB (Red+Green+Blue) = 25+116+83=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 116 (45.70% from 255 or 51.79% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 116 - color contains mainly: green. Hex color #197453 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197453 is #E68BAC. Grayscale: #555555. Windows color (decimal): -15109037 or 5469209. OLE color: 5469209.

HSL color Cylindrical-coordinate representation of color #197453: hue angle of 158.24º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197453 is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB2511683-
CMYK0.7800.280.55
HSL158.24º64.54%27.65%-
HSV(B)158.24º78.45%45.49%-
XYZ8.2113.3210.32-
YUV85.03126.8585.18-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.16%
GREEN value IS 116 (45.70% from 255) = 51.79%
BLUE value IS 83 (32.81% from 255) = 37.05%
R=11.16%
G=51.79%
B=37.05%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25116830.7800.280.55158.2464.5427.65
Hex1974534E01C379e411c
Octal311641231160346723610134
Binary1100111101001010011100111001110011011110011110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197453; }

 p { color: rgb(25,116,83); }

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

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

 a { background-color: rgb(25,116,83); }

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

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

 span { border-color: rgb(25,116,83); }

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